blob: 60a4c1123be3994a8056fccaa9e9e00891bbd61c [file] [log] [blame]
{
"ConnectionStrings": {
"DefaultConnection": "Data Source=UserSample.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"IdentityServer": {
"Clients": {
"BlazorWebAssemblySample.Client": {
"Profile": "IdentityServerSPA"
}
}
},
"AllowedHosts": "*"
}