35 lines
855 B
JSON
35 lines
855 B
JSON
{
|
|
"port": 8080,
|
|
"stream_server": {
|
|
"playlist": "conf/playlist.json",
|
|
"epg": "https://m3upt.com/epg",
|
|
"no_service_image": "assets/no_service_pt.jpg",
|
|
"default_timeout": 3,
|
|
"num_workers": 10,
|
|
"hide_inactive": true,
|
|
"scan_time": 3600,
|
|
"kodi": true,
|
|
"force_https_url": true
|
|
},
|
|
"security": {
|
|
"geoip": {
|
|
"database": "GeoIP/GeoLite2-Country.mmdb",
|
|
"whitelist": [
|
|
"PT",
|
|
"ST",
|
|
"BE"
|
|
],
|
|
"internal_networks": [
|
|
"10.1.0.0/16",
|
|
"10.152.183.0/24"
|
|
]
|
|
}
|
|
},
|
|
"auth": {
|
|
"provider": "file",
|
|
"secret_key": "${m3uproxy_secret}",
|
|
"settings": {
|
|
"file_path": "cache/auth.json"
|
|
}
|
|
}
|
|
} |