Files
Blazor-Examples/src/Microser/Microser.IdS/appsettings.json
M. Akif Tokatlioglu 7ae76afee4 added Microser
2024-03-13 23:25:54 +03:00

17 lines
365 B
JSON

{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.AspNetCore.Authentication": "Debug",
"System": "Warning"
}
}
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=IdentityServer.db;"
}
}