Merge pull request 'feat: 官网 + 管理端 + Gin/GORM 后端首个完整版本' (#1) from main into dev #2

Merged
Blizzard merged 15 commits from dev into main 2026-07-17 09:36:17 +00:00
Showing only changes of commit 7f050843f9 - Show all commits
+2 -2
View File
@@ -2,8 +2,8 @@
# 一次性手动放置,CI 不覆盖它(敏感信息不进流水线)
# compose 的 env_file 读取本文件
# 内网 MySQL127 那台),库名 sundynix_site
SUNDYNIX_DB=root:sundynix@tcp(192.168.100.127:3307)/sundynix_site?charset=utf8mb4&parseTime=True&loc=Local
# 内网 MySQL127 那台MySQL root 密码是 root,注意不是机器 SSH 密码),库名 sundynix_site
SUNDYNIX_DB=root:root@tcp(192.168.100.127:3307)/sundynix_site?charset=utf8mb4&parseTime=True&loc=Local
# 监听地址(容器内固定 8090,勿改,与 compose ports 对应)
SUNDYNIX_ADDR=:8090