UNPKG

306 BJSONView Raw
1{
2 "apps": [{
3 "name": "pomy.site",
4 "script": "./startup.js",
5 "exec_mode": "cluster",
6 "watch": true,
7 "env": {
8 "NODE_ENV": "development"
9 },
10 "env_production": {
11 "NODE_ENV": "production"
12 },
13 "args": "--ip 127.0.0.1 --port 8421 --target local --debug true"
14 }]
15}
\No newline at end of file