pm2/test/fixtures/throw-later1.json
2015-01-28 12:54:36 +08:00

10 lines
183 B
JSON

{
"apps" : [{
"name" : "throw-later",
"script" : "throw-later.js",
"error_file" : "err.log",
"out_file" : "out.log",
"merge_logs" : true
}]
}