mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
11 lines
165 B
JSON
11 lines
165 B
JSON
{
|
|
"apps": [{
|
|
"name": "app",
|
|
"script": "app.js",
|
|
"instances": 2,
|
|
"exec_mode": "cluster",
|
|
"wait_ready": true,
|
|
"listen_timeout": 15000
|
|
}]
|
|
}
|