mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
12 lines
262 B
JSON
12 lines
262 B
JSON
[{
|
|
"name" : "echo",
|
|
"script" : "./examples/echo.js",
|
|
"instances" : "1"
|
|
},{
|
|
"name" : "api",
|
|
"script" : "./examples/child.js",
|
|
"instances" : "4",
|
|
"error_file" : "./examples/child-err.log",
|
|
"out_file" : "./examples/child-out.log"
|
|
}]
|