diff --git a/api-server/ecosystem.config.js b/api-server/ecosystem.config.js index 8b74c57568c..42c4ff402d1 100644 --- a/api-server/ecosystem.config.js +++ b/api-server/ecosystem.config.js @@ -14,7 +14,7 @@ module.exports = { max_memory_restart: '600M', instances: 'max', exec_mode: 'cluster', - name: 'org' + name: env.DEPLOYMENT_ENV === 'staging' ? 'dev' : 'org' } ] };