changedetection/ecosystem.config.json
Martin Donnelly 61cd414da1 odds
2019-10-23 16:49:03 +01:00

13 lines
236 B
JSON

{
"name" : "changedetection",
"script" : "changedetection.js",
"env": {
"NODE_ENV": "production",
"PROXY_URI" : "uk.proxymesh.com:31280"
},
"autorestart" : true,
"max_restarts": 3,
"restart_delay": 4000
}