diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs deleted file mode 100644 index 5f34963..0000000 --- a/ecosystem.config.cjs +++ /dev/null @@ -1,17 +0,0 @@ -module.exports = { - - apps: [ - { - name : 'Greek Manifests', - script : './app.mjs', - instances : 'max', - exec_mode : 'cluster', - watch : ["app.mjs","src","controllers","routes"], - instance_var : 'INSTANCE_ID', - merge_logs : true, - env: { - "NODE_ENV" : "production", - } - }, - ] -} \ No newline at end of file