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', exec_mode: 'cluster',
env: { env: {
NODE_ENV: 'production', NODE_ENV: 'production',
PORT: 3000, PORT: 10001,
}, },
env_development: { env_development: {
NODE_ENV: 'development', NODE_ENV: 'development',
PORT: 3000, PORT: 10001,
}, },
error_file: './logs/api-error.log', error_file: './logs/api-error.log',
out_file: './logs/api-out.log', out_file: './logs/api-out.log',

View File

@@ -7,11 +7,11 @@
"exec_mode": "cluster", "exec_mode": "cluster",
"env": { "env": {
"NODE_ENV": "production", "NODE_ENV": "production",
"PORT": 3000 "PORT": 10001
}, },
"env_development": { "env_development": {
"NODE_ENV": "development", "NODE_ENV": "development",
"PORT": 3000 "PORT": 10001
}, },
"error_file": "./logs/api-error.log", "error_file": "./logs/api-error.log",
"out_file": "./logs/api-out.log", "out_file": "./logs/api-out.log",