Files
Examples/GerstITS.Examples.WebClient.Console/appsettings.json
T

14 lines
258 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ExampleApiClient": {
"BaseUrl": "https://localhost:44350/api/"
}
}