pm2/examples/v1/apps/echo-pm2.json
2016-08-07 02:16:13 -07:00

12 lines
235 B
JSON

{
"script" : "examples/echo.js",
"error_file" : "errEcho.log",
"out_file" : "outEcho.log",
"name" : "ok",
"pid_file" : "echo.pid",
"max" : "1",
"exec_mode" : "cluster_mode",
"port" : "9001",
"env_variable" : "TOTO"
}