{ "apps": [ { "name": "api", "script": "api/app.js", "watch": true, "instances": "max", "exec_mode": "cluster", "env": { "NODE_ENV": "development" }, "env_production": { "NODE_ENV": "production" } }, { "name": "sync", "script": "sync/app.js", "watch": true, "instances": "max", "exec_mode": "cluster" } ] }