update for ecosystem

This commit is contained in:
Martin Donnelly 2017-08-06 00:46:03 +01:00
parent e4005671a9
commit d5caf0e473

View File

@ -138,6 +138,25 @@
"NODE_ENV": "production",
"DB_HOME" : "/home/martind2000"
}
}
},
{
"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"
}
}
]
}