From 4ce91a6c48226133f1f8e9dfc84348debe4c79d7 Mon Sep 17 00:00:00 2001 From: Blizzard Date: Fri, 17 Jul 2026 13:50:33 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=94=9F=E4=BA=A7=20.env=20=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E7=AE=A1=E7=90=86=E5=91=98=E7=94=A8=E6=88=B7=E5=90=8D?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20sundynix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- .env.production.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production.example b/.env.production.example index fd86b82..b9cbdd5 100644 --- a/.env.production.example +++ b/.env.production.example @@ -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 生成一个填进来)