diff --git a/ecosystem.config.js b/ecosystem.config.js index 3a4f8c6..4c372d3 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -10,6 +10,11 @@ module.exports = { env_production: { NODE_ENV: 'production', }, + + env_staging: { + NODE_ENV: 'staging', + PORT: 3000 + } }, ], }; \ No newline at end of file