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