修正env

This commit is contained in:
dekun
2026-05-16 23:39:37 +08:00
parent a86d1a44dd
commit eb32ec70b5
22 changed files with 250 additions and 40 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ module.exports = {
autorestart: true,
watch: false,
max_memory_restart: "800M",
// app.py 从项目根目录加载 .env,此处无需重复 env_file
// app.py 从项目根目录 .env 加载(由 .env.example 复制而来,勿提交 Git
},
],
};