From a9d802393690103adde3fb4c7398de751314307d Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Mon, 4 Jul 2016 11:57:06 +0100 Subject: [PATCH] Full ecosystem for PM2 --- pm2/process.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" + } }, {