Removed null environment from ecosystem file.
This commit is contained in:
parent
f084dddfce
commit
6469a7b660
|
@ -3,6 +3,6 @@ module.exports = {
|
||||||
script: 'src/app.js',
|
script: 'src/app.js',
|
||||||
restart_delay: 5000,
|
restart_delay: 5000,
|
||||||
env: {
|
env: {
|
||||||
NODE_APP_INSTANCE: null,
|
NODE_APP_INSTANCE: 'main',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue