docs: 补充生产管理员初始化配置说明

This commit is contained in:
2026-07-09 16:39:54 +08:00
parent 53febbbf91
commit 55333445f4
2 changed files with 12 additions and 3 deletions

View File

@@ -5,6 +5,15 @@ FEISHU_APP_ID=
FEISHU_APP_SECRET=
FEISHU_SEARCH_URL=
# ============================================
# 管理后台首个管理员初始化
# 生产环境必须替换为安全账号密码,不能使用 admin123456
# ============================================
APP_ENV=production
BOOTSTRAP_ADMIN_USERNAME=admin
BOOTSTRAP_ADMIN_PASSWORD=replace-with-strong-password
BOOTSTRAP_ADMIN_NAME=系统管理员
# ============================================
# 内网穿透frpc sidecar
# 启动 docker compose 前,拷贝本文件为 .env 并填写