Files
kemkas-gh-mirror/Kemkas.Web/appsettings.json
T

21 lines
393 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "DataSource=app.db;Cache=Shared"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"IdentityServer": {
"Clients": {
"Kemkas.Web": {
"Profile": "IdentityServerSPA"
}
}
},
"AllowedHosts": "*"
}