Refactor m3uproxy.json to include stream server configuration
This commit is contained in:
@@ -1,11 +1,16 @@
|
|||||||
{
|
{
|
||||||
"port": 8080,
|
"port": 8080,
|
||||||
|
"stream_server": {
|
||||||
"playlist": "conf/playlist.json",
|
"playlist": "conf/playlist.json",
|
||||||
"epg": "https://m3upt.com/epg",
|
"epg": "https://m3upt.com/epg",
|
||||||
"no_service_image": "assets/no_service_pt.jpg",
|
"no_service_image": "assets/no_service_pt.jpg",
|
||||||
"default_timeout": 3,
|
"default_timeout": 3,
|
||||||
"num_workers": 10,
|
"num_workers": 10,
|
||||||
|
"hide_inactive": true,
|
||||||
"scan_time": 3600,
|
"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