mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 15:34:16 +08:00
feat: 环境变量预置访问密码 + 飞书推送文档
This commit is contained in:
@@ -14,6 +14,12 @@ HOST=0.0.0.0
|
||||
PORT=3018
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
# ===== Auth =====
|
||||
# 首次启动时预置访问密码(可选)。公网服务器部署时填入,免去 SSH 端口转发设密码。
|
||||
# 仅在尚未设置密码时生效(一次性初始化);设过后改密码请用页面 UI, 此处不再读取。
|
||||
# 建议至少 6 位。.env 文件权限保持 600 且不要提交到 Git。
|
||||
AUTH_PASSWORD=
|
||||
|
||||
# Optional Docker build extras. Set to legacy-cpu on older VPS hosts
|
||||
# without AVX2/FMA support.
|
||||
BACKEND_EXTRAS=
|
||||
|
||||
Reference in New Issue
Block a user