Files
tv7playlist/appsettings.json

12 lines
249 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"TV7Url":"https://api.init7.net/tvchannels.m3u",
"UdpxyUrl":"http://192.168.15.2:4022/udp",
"DownloadFileName":"PlaylistTV7udpxy.m3u"
}