HttpClientStudy/HttpClientStudy.WebClient/appsettings.json

10 lines
145 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}