docs: 生产 .env 模板管理员用户名改为 sundynix
build-and-deploy / deploy (push) Has been cancelled

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Blizzard
2026-07-17 13:50:33 +08:00
parent 41f3fb7fb0
commit 4ce91a6c48
+2 -2
View File
@@ -8,8 +8,8 @@ SUNDYNIX_DB=root:sundynix@tcp(192.168.100.127:3307)/sundynix_site?charset=utf8mb
# 监听地址(容器内固定 8090,勿改,与 compose ports 对应)
SUNDYNIX_ADDR=:8090
# 管理端账号(务必改掉默认)
SUNDYNIX_ADMIN_USER=admin
# 管理端账号(务必改掉默认密码
SUNDYNIX_ADMIN_USER=sundynix
SUNDYNIX_ADMIN_PASS=请改成强密码
# JWT 密钥(openssl rand -hex 32 生成一个填进来)