From 64d3a79a979681c97e722eb11964f341a662833a Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Thu, 25 Oct 2018 14:41:59 +0100 Subject: [PATCH] updates --- pm2/fca-ecosystem.config.js | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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 }] }