BlazorStart/Start/Server/appsettings.json
2021-11-12 19:21:59 -08:00

21 lines
376 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "DataSource=app.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"IdentityServer": {
"Clients": {
"Start.Client": {
"Profile": "IdentityServerSPA"
}
}
},
"AllowedHosts": "*"
}