mirror of
https://github.com/fHDHR/fHDHR_NextPVR.git
synced 2025-12-06 07:56:57 -05:00
32 lines
884 B
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
|
|
}
|
|
}
|
|
}
|