pm2/examples/misc-examples/child-pm2.json

9 lines
161 B
JSON

{
"script":"examples/child.js",
"name":"SERVERONE",
"instances":10,
"error_file":"errfile.log",
"out_file":"outfile.log",
"pid_file":"pidfile.pid"
}