XUnitDIStudy/XUnitDIStudy.WebApp/appsettings.json

12 lines
204 B
JSON

{
"EnableDemo": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}