- fix: reported verbosity levels - fix: In some cases SSID was not filtered - fix: could not read service folders/files that had urlescape'd characters in them - update: change config variable name, allow user override (user_config.json) - update user-config example - Clean up session info into a class
26 lines
429 B
JSON
26 lines
429 B
JSON
{
|
|
"config": {
|
|
"service_ip": "192.168.11.8",
|
|
"service_name": "MyWebTV",
|
|
"send_tellyscripts": true,
|
|
"hide_ssid_in_logs": true,
|
|
"verbosity": 0
|
|
},
|
|
"services": {
|
|
"wtv-log": {
|
|
"write_logs_to_disk": true
|
|
},
|
|
"wtv-some-custom-service": {
|
|
"port": 1609,
|
|
"connections": 1
|
|
},
|
|
"wtv-tricks": {
|
|
"service_ip": "192.168.11.8",
|
|
"port": 1702,
|
|
"nobind": true
|
|
},
|
|
"wtv-music": {
|
|
"disabled": true
|
|
}
|
|
}
|
|
} |