add other environment to ecosystem.config.js

This commit is contained in:
StarAppeal
2025-09-11 05:57:08 +02:00
parent 50e2cd2401
commit 2756d7a87d
+5
View File
@@ -10,6 +10,11 @@ module.exports = {
env_production: {
NODE_ENV: 'production',
},
env_staging: {
NODE_ENV: 'staging',
PORT: 3000
}
},
],
};