sledgemapper/Identity/appsettings.Development.json
2020-11-07 15:25:06 +00:00

12 lines
223 B
JSON

{
"ConnectionStrings": {
"WebApiDatabase": "Data Source=LocalDatabase.db"
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}