diff --git a/pm2/process.json b/pm2/process.json index 00d8871..dd57936 100644 --- a/pm2/process.json +++ b/pm2/process.json @@ -9,7 +9,7 @@ "cwd": "/home/martind2000/dev/Rinser", "watch": true, "ignore_watch": [ - "node_modules" , ".git" + "node_modules" , ".git", "dist" ], "merge_logs": true, "autorestart": true, @@ -68,8 +68,7 @@ "restart_delay": 3500, "max_memory_restart": "300M", "env_production": { - "NODE_ENV": "production", - "DB_HOME" : "/home/martind2000" + } }, {