13 lines
236 B
JSON
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
|
|
}
|