diff --git a/terraform/k8sapps/resources/m3uproxy/m3uproxy.json b/terraform/k8sapps/resources/m3uproxy/m3uproxy.json index f4815e5..a8108c4 100644 --- a/terraform/k8sapps/resources/m3uproxy/m3uproxy.json +++ b/terraform/k8sapps/resources/m3uproxy/m3uproxy.json @@ -1,16 +1,10 @@ { "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 - }, + "playlist": "conf/playlist.json", + "epg": "https://m3upt.com/epg", + "default_timeout": 3, + "num_workers": 10, + "scan_time": 3600, "security": { "geoip": { "database": "GeoIP/GeoLite2-Country.mmdb",