elsa-core/src/samples/aspnet/Elsa.Samples.Web1/appsettings.json
2022-01-04 09:42:12 +01:00

12 lines
253 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.EntityFrameworkCore.Database.Command": "Information"
}
},
"AllowedHosts": "*"
}