This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user