Move connection strings to development json.

This commit is contained in:
2019-11-03 23:32:04 +00:00
parent 4252aac5f1
commit b7f74c5802
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
{
"ConnectionStrings": {
"DefaultConnection": "server=localhost;port=3306;database=discimagechef;uid=dic;password=dicpass"
},
"Logging": {
"LogLevel": {
"Default": "Debug",