”2016-05-26”

This commit is contained in:
Martin Donnelly 2016-05-26 16:45:00 +01:00
parent 378eb9d5c6
commit f67752eccd

View File

@ -7,8 +7,16 @@
// First application // First application
{ {
name : "Obrand Admin Server", name : "Obrand-Admin-Server",
script : "obrand-server.js", script : "obrand-server.js",
"cwd": "/home/ubuntu/live",
"watch": true,
"max_restarts": 64,
"merge_logs" : true,
"autorestart" : true,
"restart_delay" : 3500,
"max_memory_restart" : "300M",
env: { env: {
COMMON_VARIABLE: "true" COMMON_VARIABLE: "true"
}, },