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

16 lines
306 B
JSON

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