BlazorStart/Start/Server/appsettings.Development.json
2021-11-22 14:57:51 -08:00

15 lines
209 B
JSON

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