Refactor m3uproxy.json to include stream server configuration

This commit is contained in:
2024-09-24 22:37:26 +02:00
parent e3edbf3e9d
commit 437a73e8f6
2 changed files with 11 additions and 6 deletions
@@ -1,11 +1,16 @@
{
"port": 8080,
"playlist": "conf/playlist.json",
"epg": "https://m3upt.com/epg",
"no_service_image": "assets/no_service_pt.jpg",
"default_timeout": 3,
"num_workers": 10,
"scan_time": 3600,
"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",