pm2/test/fixtures/throw-later.json
2014-11-17 17:15:47 +08:00

11 lines
217 B
JSON

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