pm2/examples/wait-ready/ecosystem.json
2016-11-04 17:26:36 +01:00

11 lines
165 B
JSON

{
"apps": [{
"name": "app",
"script": "app.js",
"instances": 2,
"exec_mode": "cluster",
"wait_ready": true,
"listen_timeout": 15000
}]
}