修改配置端口

This commit is contained in:
2025-06-10 11:22:12 +08:00
parent eef41c1fa4
commit f2c385d936
+1 -1
View File
@@ -16,7 +16,7 @@ module.exports = {
max_memory_restart: '1G',
env: {
NODE_ENV: 'production',
PORT: 51706,
PORT: 51703,
},
env_testing: {
NODE_ENV: 'testing',