pm2 ecosystem failure...

This commit is contained in:
Nicolò P 2023-11-08 15:11:30 +01:00
parent 573e12f2d6
commit fe2bba27e2

View File

@ -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",
}
},
]
}