Revert "update: change user_config.json to be a complete override instead of hacky override. copy config.json to user_config.json to get started."
Instead, fix it.
This commit is contained in:
26
zefie_wtvp_minisrv/user_config.example.json
Normal file
26
zefie_wtvp_minisrv/user_config.example.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user