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