Compare commits

..

No commits in common. "71d6639ebd7fa850707425c446f9d54c35887f36" and "e94542f15cb7db8f9e93f55d8f4882b9012e21e9" have entirely different histories.

2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ module.exports = {
instances: 1,
exec_mode: 'fork',
env: {
NODE_ENV: 'development',
PORT: 5010,
},
},

View File

@ -6,6 +6,7 @@ module.exports = {
instances: 2,
exec_mode: 'cluster',
env: {
NODE_ENV: 'production',
PORT: 5000,
},
},