aspnetcore/samples/ApiAuthSample/appsettings.Development.json

15 lines
199 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Debug",
"Microsoft": "Debug"
}
},
"IdentityServer": {
"Key": {
"Type": "Development"
}
}
}