From 7f050843f9f7249c15fddf90dd8f0cee68defc0f Mon Sep 17 00:00:00 2001 From: Blizzard Date: Fri, 17 Jul 2026 15:48:07 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=AD=A3=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E5=BA=93=E5=AF=86=E7=A0=81=E4=B8=BA=20root=EF=BC=88MySQL=20roo?= =?UTF-8?q?t=20=E5=AF=86=E7=A0=81=20!=3D=20=E6=9C=BA=E5=99=A8=20SSH=20?= =?UTF-8?q?=E5=AF=86=E7=A0=81=EF=BC=89?= 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 b9cbdd5..dbde03d 100644 --- a/.env.production.example +++ b/.env.production.example @@ -2,8 +2,8 @@ # 一次性手动放置,CI 不覆盖它(敏感信息不进流水线) # compose 的 env_file 读取本文件 -# 内网 MySQL(127 那台),库名 sundynix_site -SUNDYNIX_DB=root:sundynix@tcp(192.168.100.127:3307)/sundynix_site?charset=utf8mb4&parseTime=True&loc=Local +# 内网 MySQL(127 那台,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