From 5eb5a8b44c5d902268284dabb7cae707181d9ef6 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Fri, 20 May 2016 13:31:04 -0700 Subject: [PATCH] fixed ecosystem.json parsing errors --- ecosystem.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ecosystem.json b/ecosystem.json index 65d3b30c..18f4f279 100644 --- a/ecosystem.json +++ b/ecosystem.json @@ -2,10 +2,9 @@ "apps" : [{ "name" : "tellform", "script" : "/usr/local/bin/grunt", - "instances" : "0", + "instances" : "0", "exec_mode" : "cluster", - "watch": ["app", "public"], - "max_memory_restart : "1G" + "watch": ["app", "public"], }], "deploy" : { "stage" : {