update CICD
All checks were successful
Deploy to Production / deploy (push) Successful in 21s

This commit is contained in:
silverpro89
2026-01-27 18:39:58 +07:00
parent 6d73bd5fc5
commit 0354565f4a
2 changed files with 4 additions and 4 deletions

View File

@@ -13,11 +13,11 @@ module.exports = {
exec_mode: 'cluster',
env: {
NODE_ENV: 'production',
PORT: 3000,
PORT: 10001,
},
env_development: {
NODE_ENV: 'development',
PORT: 3000,
PORT: 10001,
},
error_file: './logs/api-error.log',
out_file: './logs/api-out.log',