nurl/process.json
Martin Donnelly e6b89918d0 gulp stuff
2017-08-06 00:36:39 +01:00

24 lines
409 B
JSON

{
"apps": [
{
"name": "nURL",
"script": "app.js",
"cwd": "/var/www/nurl",
"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"
}
}
]
}