fix ecosystem file

pull/43/head
Alexander Bentkamp 4 years ago
parent 0a2b6b4e5f
commit aafaa0e01f

@ -1,7 +1,7 @@
// This is a configuration file for pm2, a production process manager for nodejs // This is a configuration file for pm2, a production process manager for nodejs
module.exports = { module.exports = {
apps : [{ apps : [{
name : "lean4web", name : "lean4game",
script : "server/index.js", script : "server/index.js",
env: { env: {
NODE_ENV: "production", NODE_ENV: "production",

Loading…
Cancel
Save