added some logoutputs

This commit is contained in:
2018-10-29 23:52:31 +01:00
parent dc21cb5b0b
commit 6b8297f208
5 changed files with 68 additions and 25 deletions

View File

@@ -1,11 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Warning"
"Default": "Information",
"System": "Information",
"Microsoft": "Information"
}
},
"AllowedHosts": "*",
"TV7Url":"https://api.init7.net/tvchannels.m3u",
"UdpxyUrl":"http://192.168.15.2:4022/udp",
"DownloadFileName":"PlaylistTV7udpxy.m3u"
"TV7Url": "https://api.init7.net/tvchannels.m3u",
"UdpxyUrl": "http://192.168.15.2:4022/udp",
"DownloadFileName": "PlaylistTV7udpxy.m3u"
}