pm2/examples/misc-examples/apps/cluster-pm2.json

10 lines
191 B
JSON

{
"script" : "./examples/child.js",
"error_file" : "errLog.log",
"out_file" : "outLog.log",
"pid_file" : "child",
"instances" : "4",
"min_uptime" : "10",
"max_restarts" : "4"
}