mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
11 lines
217 B
JSON
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
|
|
}]
|
|
}
|