| { | |
| "ConnectionStrings": { | |
| "DefaultConnection": "Data Source=UserSample.db" | |
| }, | |
| "Logging": { | |
| "LogLevel": { | |
| "Default": "Information", | |
| "Microsoft.AspNetCore": "Warning" | |
| } | |
| }, | |
| "IdentityServer": { | |
| "Clients": { | |
| "BlazorWebAssemblySample.Client": { | |
| "Profile": "IdentityServerSPA" | |
| } | |
| } | |
| }, | |
| "AllowedHosts": "*" | |
| } |