Refactor m3uproxy.json to support v0.1.0
This commit is contained in:
@@ -1,16 +1,10 @@
|
|||||||
{
|
{
|
||||||
"port": 8080,
|
"port": 8080,
|
||||||
"stream_server": {
|
"playlist": "conf/playlist.json",
|
||||||
"playlist": "conf/playlist.json",
|
"epg": "https://m3upt.com/epg",
|
||||||
"epg": "https://m3upt.com/epg",
|
"default_timeout": 3,
|
||||||
"no_service_image": "assets/no_service_pt.jpg",
|
"num_workers": 10,
|
||||||
"default_timeout": 3,
|
"scan_time": 3600,
|
||||||
"num_workers": 10,
|
|
||||||
"hide_inactive": true,
|
|
||||||
"scan_time": 3600,
|
|
||||||
"kodi": true,
|
|
||||||
"force_https_url": true
|
|
||||||
},
|
|
||||||
"security": {
|
"security": {
|
||||||
"geoip": {
|
"geoip": {
|
||||||
"database": "GeoIP/GeoLite2-Country.mmdb",
|
"database": "GeoIP/GeoLite2-Country.mmdb",
|
||||||
|
|||||||
Reference in New Issue
Block a user