Add the configuration for the Release

This commit is contained in:
Sébastien André
2019-11-12 14:37:14 +01:00
parent ce7d36bb21
commit 5d834a97cf
3 changed files with 22 additions and 5 deletions

View File

@@ -1,9 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
"Default": "Warning",
"System": "Warning",
"Microsoft": "Warning"
}
},
"AllowedHosts": "http://localhost:4200",
"ConnectionStrings": {
"DefaultConnection": "Filename=./Data/JumpsDb.db"
}
}

View File

@@ -0,0 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Filename=./Data/JumpsDb.db"
}
}

View File

@@ -4,7 +4,7 @@
"Default": "Warning"
}
},
"AllowedHosts": "*",
"AllowedHosts": "http://localhost:4200",
"ConnectionStrings": {
"DefaultConnection": "Filename=./Data/JumpsDb.db"
}