From aafaa0e01f516e286409464470df793fe68423c5 Mon Sep 17 00:00:00 2001 From: Alexander Bentkamp Date: Wed, 16 Nov 2022 11:47:12 +0100 Subject: [PATCH] fix ecosystem file --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 5666a87..6c53384 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -1,7 +1,7 @@ // This is a configuration file for pm2, a production process manager for nodejs module.exports = { apps : [{ - name : "lean4web", + name : "lean4game", script : "server/index.js", env: { NODE_ENV: "production",