From d25b1a247a486a40621fbdf2babcd9249f4d0e25 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Tue, 5 Sep 2017 16:08:49 +0100 Subject: [PATCH] updated process --- process.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/process.json b/process.json index b2ccaac..6a667ee 100644 --- a/process.json +++ b/process.json @@ -3,8 +3,8 @@ { "name": "nURL", "script": "app.js", - "cwd": "/var/www/nurl", - "watch": true, + "cwd": "/home/martind2000/dev/nurl", + "watch": false, "ignore_watch": [ "node_modules" ],