diff --git a/ecosystem.config.js b/ecosystem.config.js index 2f68324..140bb2d 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -16,7 +16,7 @@ module.exports = { exec_mode: 'fork', env: { NODE_ENV: 'production', - PORT: '3001', + PORT: '3011', }, max_memory_restart: '512M', error_file: './logs/reloop-api.error.log', @@ -34,7 +34,7 @@ module.exports = { exec_mode: 'fork', env: { NODE_ENV: 'production', - PORT: '3003', + PORT: '3010', HOSTNAME: '0.0.0.0', }, max_memory_restart: '512M',