20 lines
304 B
JSON
20 lines
304 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"IdentityServer": {
|
|
"Clients": {
|
|
"BlazingPizza.Client": {
|
|
"Profile": "IdentityServerSPA"
|
|
}
|
|
},
|
|
"Key": {
|
|
"Type":"Development"
|
|
}
|
|
}
|
|
}
|