dev #196
@ -7,6 +7,7 @@ module.exports = {
|
||||
exec_mode: 'fork',
|
||||
env: {
|
||||
NODE_ENV: 'development',
|
||||
PORT: 5010,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
@ -7,6 +7,7 @@ module.exports = {
|
||||
exec_mode: 'cluster',
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
PORT: 5000,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user