mirror of
https://github.com/Unitech/pm2.git
synced 2026-01-25 16:07:46 +00:00
12 lines
191 B
JSON
12 lines
191 B
JSON
{
|
|
"apps": [{
|
|
"name": "app",
|
|
"script": "app.js",
|
|
"instances": 2,
|
|
"exec_mode": "cluster",
|
|
"wait_ready": true,
|
|
"kill_timeout" : 2000,
|
|
"listen_timeout": 1000
|
|
}]
|
|
}
|