updates
This commit is contained in:
parent
709179660d
commit
64d3a79a97
@ -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
|
||||
}]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user