1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 04:26:57 -05:00
fHDHR_NextPVR/plugins/fHDHR_plugin_origin_NextPVR/nextpvr_conf.json

32 lines
884 B
JSON

{
"nextpvr":{
"address":{
"value": "localhost",
"config_file": true,
"config_web": true
},
"port":{
"value": 8866,
"config_file": true,
"config_web": true
},
"ssl":{
"value": false,
"config_file": true,
"config_web": true
},
"pin":{
"value": "none",
"config_file": true,
"config_web": true,
"config_web_hidden": true,
"required": true
},
"sid":{
"value": "none",
"config_file": true,
"config_web": false
}
}
}