Compare commits
No commits in common. "71d6639ebd7fa850707425c446f9d54c35887f36" and "e94542f15cb7db8f9e93f55d8f4882b9012e21e9" have entirely different histories.
71d6639ebd
...
e94542f15c
@ -6,6 +6,7 @@ module.exports = {
|
||||
instances: 1,
|
||||
exec_mode: 'fork',
|
||||
env: {
|
||||
NODE_ENV: 'development',
|
||||
PORT: 5010,
|
||||
},
|
||||
},
|
||||
|
||||
@ -6,6 +6,7 @@ module.exports = {
|
||||
instances: 2,
|
||||
exec_mode: 'cluster',
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
PORT: 5000,
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user