pm2/test/fixtures/all.json
2014-09-04 13:20:35 +02:00

14 lines
266 B
JSON

[{
"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"
}]