add other environment to ecosystem.config.js
This commit is contained in:
@@ -10,6 +10,11 @@ module.exports = {
|
||||
env_production: {
|
||||
NODE_ENV: 'production',
|
||||
},
|
||||
|
||||
env_staging: {
|
||||
NODE_ENV: 'staging',
|
||||
PORT: 3000
|
||||
}
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user