changedetection/ecosystem.config.json

13 lines
236 B
JSON
Raw Permalink Normal View History

2019-10-23 15:49:03 +00:00
{
"name" : "changedetection",
"script" : "changedetection.js",
"env": {
"NODE_ENV": "production",
"PROXY_URI" : "uk.proxymesh.com:31280"
},
"autorestart" : true,
"max_restarts": 3,
"restart_delay": 4000
}