gulp stuff
This commit is contained in:
parent
9e3ef3bec6
commit
34c8e3fa20
23
process.json
Normal file
23
process.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"name": "nURL",
|
||||
"script": "app.js",
|
||||
"cwd": "/var/www/silvrtree",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user