fixed ecosystem.json parsing errors

This commit is contained in:
David Baldwynn 2016-05-20 13:31:04 -07:00
parent e41e4fb443
commit 5eb5a8b44c

View file

@ -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" : {