BlazorStart/Start/Server/appsettings.Development.json
2021-11-12 19:21:59 -08:00

15 lines
233 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"IdentityServer": {
"Key": {
"Type": "Development"
}
}
}