Files
SkydiveLogs/Back/skydiveLogs-api/appsettings.Release.json
Sébastien André 09ac7630d6 Fix on the CORS
2019-11-12 15:03:59 +01:00

13 lines
284 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"AllowedHosts": "skydivelogsangular.z6.web.core.windows.net",
"ConnectionStrings": {
"DefaultConnection": "Filename=./Data/JumpsDb.db"
}
}