nurl/process.json

24 lines
423 B
JSON
Raw Permalink Normal View History

2017-08-05 23:35:35 +00:00
{
"apps": [
{
"name": "nURL",
"script": "app.js",
2017-09-05 15:08:49 +00:00
"cwd": "/home/martind2000/dev/nurl",
"watch": false,
2017-08-05 23:35:35 +00:00
"ignore_watch": [
"node_modules"
],
"merge_logs": true,
"autorestart": true,
"restart_delay": 3500,
"max_memory_restart": "300M",
env: {
NODE_ENV: "prod"
},
env_production: {
NODE_ENV: "prod"
}
}
]
}