pm2/examples/process.json
2014-10-10 14:47:35 +02:00

17 lines
499 B
JSON

{
"apps" : [{
"exec_interpreter" : "node",
"exec_mode" : "cluser_mode",
"instances" : "max",
"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",
"ignoreWatch" : ["[\\/\\\\]\\./", "log"],
"watch" : true
}]
}