nurl/process.json

24 lines
409 B
JSON
Raw Normal View History

2017-08-05 23:35:35 +00:00
{
"apps": [
{
"name": "nURL",
"script": "app.js",
2017-08-05 23:36:39 +00:00
"cwd": "/var/www/nurl",
2017-08-05 23:35:35 +00:00
"watch": true,
"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"
}
}
]
}