Fix the setting aboout Cors url

This commit is contained in:
Sébastien André
2019-11-12 15:53:00 +01:00
parent 3f6952b390
commit 83e9126a5d
4 changed files with 24 additions and 11 deletions

View File

@@ -1,12 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
"Default": "Warning"
}
},
"AllowedHosts": "http://skydivelogsangular.z6.web.core.windows.net",
"Cors": {
"FrontUrl": "http://skydivelogsangular.z6.web.core.windows.net"
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Filename=./Data/JumpsDb.db"
}