mirror of
https://github.com/morbalint/kemkas-backend.git
synced 2026-07-17 21:23:46 +00:00
18 lines
305 B
JSON
18 lines
305 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"IdentityServer": {
|
|
"Clients": {
|
|
"Kemkas.Web": {
|
|
"Profile": "IdentityServerSPA"
|
|
}
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|