调整配置

This commit is contained in:
马宝龙
2026-07-28 13:11:37 +08:00
parent 94dd560331
commit 654e04ace1
3 changed files with 3 additions and 23 deletions

View File

@@ -21,7 +21,7 @@
Copy-Item .env.example .env
```
生产环境使用 `.env.production.example`,或由部署平台注入同名 Secret。不要将真实密码、令牌或数据库地址写入示例文件、日志或提交内容。
生产环境使用 `.env`,或由部署平台注入同名 Secret。不要将真实密码、令牌或数据库地址写入示例文件、日志或提交内容。
## 数据库初始化与迁移