Added configuration for cclient update status interval

This commit is contained in:
BenDroid 2017-11-03 20:12:04 +01:00
parent 02b3c3d2b0
commit 6ab298eeac
8 changed files with 37 additions and 18 deletions

View file

@ -31,6 +31,7 @@
"cc-client": {
"url": "localhost:3344", // url of the CC Server (ip:port)
"access-token": "mySecret", // access token for CC Server (has to be the same in config_cc.json)
"worker-id": null // custom worker-id for CC Server (otherwise hostname is used)
"worker-id": null, // custom worker-id for CC Server (otherwise hostname is used)
"update-interval-s": 10 // status update interval in seconds (default: 10 min: 1)
}
}