diff --git a/dev.ecosystem.config.js b/dev.ecosystem.config.js index 6a38ad34..4b206e77 100644 --- a/dev.ecosystem.config.js +++ b/dev.ecosystem.config.js @@ -7,6 +7,7 @@ module.exports = { exec_mode: 'fork', env: { NODE_ENV: 'development', + PORT: 5010, }, }, ], diff --git a/ecosystem.config.js b/ecosystem.config.js index c4ffc467..06aed8ec 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -7,6 +7,7 @@ module.exports = { exec_mode: 'cluster', env: { NODE_ENV: 'production', + PORT: 5000, }, }, ],