Files
SkydiveLogs/Back/skydiveLogs-api/appsettings.Development.json
2019-11-12 14:37:14 +01:00

13 lines
257 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning",
"System": "Warning",
"Microsoft": "Warning"
}
},
"AllowedHosts": "http://localhost:4200",
"ConnectionStrings": {
"DefaultConnection": "Filename=./Data/JumpsDb.db"
}
}