pm2/examples/v1/malformated.json
2016-08-07 02:16:13 -07:00

17 lines
496 B
JSON

{
"apps" : [{
"exec_interpreter" : "node,
"exec_mode" : "cluster_mode",
"instances" : 0,
"log_date_format" : "YYYY-MM-DD HH:mm Z",
"max_memory_restart" : "160",
"merge_logs" : true,
"name" : "hapi_playground",
"script" : "child.js",
"cwd" : "examples",
"node_args" : "--harmony",
"ignore_watch" : ["[\\/\\\\]\\./", "log"],
"watch" : true
}]
}