updates
This commit is contained in:
parent
709179660d
commit
64d3a79a97
@ -7,7 +7,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
env_production: {
|
env_production: {
|
||||||
NODE_ENV: "production",
|
NODE_ENV: "production",
|
||||||
}
|
},
|
||||||
|
autorestart : false
|
||||||
},{
|
},{
|
||||||
name: "CY",
|
name: "CY",
|
||||||
script: "./cy.js",
|
script: "./cy.js",
|
||||||
@ -16,7 +17,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
env_production: {
|
env_production: {
|
||||||
NODE_ENV: "production",
|
NODE_ENV: "production",
|
||||||
}
|
},
|
||||||
|
autorestart : false
|
||||||
},{
|
},{
|
||||||
name: "DK",
|
name: "DK",
|
||||||
script: "./dk.js",
|
script: "./dk.js",
|
||||||
@ -25,7 +27,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
env_production: {
|
env_production: {
|
||||||
NODE_ENV: "production",
|
NODE_ENV: "production",
|
||||||
}
|
},
|
||||||
|
autorestart : false
|
||||||
},{
|
},{
|
||||||
name: "DE",
|
name: "DE",
|
||||||
script: "./de.js",
|
script: "./de.js",
|
||||||
@ -34,7 +37,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
env_production: {
|
env_production: {
|
||||||
NODE_ENV: "production",
|
NODE_ENV: "production",
|
||||||
}
|
},
|
||||||
|
autorestart : false
|
||||||
},{
|
},{
|
||||||
name: "FR",
|
name: "FR",
|
||||||
script: "./fr.js",
|
script: "./fr.js",
|
||||||
@ -43,6 +47,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
env_production: {
|
env_production: {
|
||||||
NODE_ENV: "production",
|
NODE_ENV: "production",
|
||||||
}
|
},
|
||||||
|
autorestart : false
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user