pm2/examples/wait-ready/ecosystem.json
2017-06-27 23:53:52 +02:00

11 lines
164 B
JSON

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