diff --git a/pm2/fca-ecosystem.config.js b/pm2/fca-ecosystem.config.js index b9eae76..22697e0 100644 --- a/pm2/fca-ecosystem.config.js +++ b/pm2/fca-ecosystem.config.js @@ -7,7 +7,8 @@ module.exports = { }, env_production: { NODE_ENV: "production", - } + }, + autorestart : false },{ name: "CY", script: "./cy.js", @@ -16,7 +17,8 @@ module.exports = { }, env_production: { NODE_ENV: "production", - } + }, + autorestart : false },{ name: "DK", script: "./dk.js", @@ -25,7 +27,8 @@ module.exports = { }, env_production: { NODE_ENV: "production", - } + }, + autorestart : false },{ name: "DE", script: "./de.js", @@ -34,7 +37,8 @@ module.exports = { }, env_production: { NODE_ENV: "production", - } + }, + autorestart : false },{ name: "FR", script: "./fr.js", @@ -43,6 +47,7 @@ module.exports = { }, env_production: { NODE_ENV: "production", - } + }, + autorestart : false }] }