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

@@ -5,5 +5,6 @@
"System": "Information",
"Microsoft": "Information"
}
}
},
"SqLiteConnectionString": "Data Source=../playlist.db"
}