Files
tv7playlist/Tv7Playlist/appsettings.json

16 lines
411 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"System": "Information",
"Microsoft": "Information"
}
},
"AllowedHosts": "*",
"SourceType": "Xspf",
"SqLiteConnectionString": "Data Source=/data/playlist.db",
"TV7Url": "https://api.init7.net/tvchannels.xspf",
"UdpxyUrl": "http://192.168.15.2:4022/udp",
"DownloadFileName": "PlaylistTV7udpxy.m3u"
}