Removed null environment from ecosystem file.

This commit is contained in:
Niels Simenon 2023-04-09 02:05:03 +02:00
parent f084dddfce
commit 6469a7b660
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ module.exports = {
script: 'src/app.js',
restart_delay: 5000,
env: {
NODE_APP_INSTANCE: null,
NODE_APP_INSTANCE: 'main',
},
};