BlazorStart/Start/Server/appsettings.json
2021-11-22 14:57:51 -08:00

21 lines
342 B
JSON

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