update for ecosystem
This commit is contained in:
parent
e4005671a9
commit
d5caf0e473
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user