This commit is contained in:
Martin Donnelly 2018-10-25 14:41:59 +01:00
parent 709179660d
commit 64d3a79a97

View File

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