BlazorStart/Start/Server/appsettings.Development.json

15 lines
209 B
JSON
Raw Normal View History

2021-11-13 03:21:59 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"IdentityServer": {
"Key": {
"Type": "Development"
}
}
2021-11-13 03:21:59 +00:00
}