Compare commits

..

No commits in common. "e94542f15cb7db8f9e93f55d8f4882b9012e21e9" and "15b1cc84fd0b4f924fd423bacb70144b2126f2b8" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View File

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

View File

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