moved connection string to the app config

This commit is contained in:
2019-01-25 23:04:47 +01:00
parent 6630496029
commit 8d04684c95
5 changed files with 9 additions and 6 deletions

View File

@@ -9,5 +9,7 @@ namespace Tv7Playlist.Core
string UdpxyUrl { get; set; }
string DownloadFileName { get; set; }
string SqLiteConnectionString { get; set; }
}
}