Files
2024-03-08 07:51:57 +01:00

18 lines
305 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"IdentityServer": {
"Clients": {
"Kemkas.Web": {
"Profile": "IdentityServerSPA"
}
}
},
"AllowedHosts": "*"
}