Files
SkydiveLogs/Back/skydiveLogs-api/appsettings.json
2019-11-12 15:53:00 +01:00

17 lines
301 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"Cors": {
"FrontUrl": "http://localhost:4200"
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Filename=./Data/JumpsDb.db"
}
}