{ "apps": [ { "name": "api", "script": "build/api.js", "cwd": "/var/data/apps/pyxis", "max_memory_restart": "1024M", "watch": true, "ignore_watch": [ "node_modules", "logs", "doc", "scripts", "src", ".git" ], "instances": 1, "exec_mode": "cluster", "env": { "NODE_ENV": "production" }, "env_production": { "NODE_ENV": "production" } } ] }