Add Masari v7 support (#133)
This commit is contained in:
parent
e23743980e
commit
ae15b9f5ac
7 changed files with 22 additions and 9 deletions
|
@ -33,7 +33,7 @@
|
|||
"use-tls" : false, // enable tls for CC communication (needs to be enabled on CC Server too)
|
||||
"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)
|
||||
"update-interval-s": 10 // status update interval in seconds (default: 10 min: 1)
|
||||
"update-interval-s": 10, // status update interval in seconds (default: 10 min: 1)
|
||||
"use-remote-logging" : true, // enable remote logging on CC Server
|
||||
"remote-logging-max-rows" : 20 // maximum last n-log rows to send CC Server
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue