dev #196

Merged
ysCha merged 96 commits from dev into prd-deploy 2025-07-09 17:35:54 +09:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 342b5a37f1 - Show all commits

View File

@ -6,7 +6,6 @@ module.exports = {
instances: 1,
exec_mode: 'fork',
env: {
NODE_ENV: 'development',
PORT: 5010,
},
},

View File

@ -6,7 +6,6 @@ module.exports = {
instances: 2,
exec_mode: 'cluster',
env: {
NODE_ENV: 'production',
PORT: 5000,
},
},