新增配置配件

This commit is contained in:
2025-06-10 10:04:55 +08:00
parent 534e1ba153
commit eef41c1fa4
3 changed files with 20 additions and 15 deletions
+4
View File
@@ -16,6 +16,10 @@ module.exports = {
max_memory_restart: '1G',
env: {
NODE_ENV: 'production',
PORT: 51706,
},
env_testing: {
NODE_ENV: 'testing',
PORT: 51703,
},
error_file: './logs/err.log',