Removed null environment from ecosystem file.
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user