Files
Examples/GerstITS.Examples.WebClient.Console/appsettings.json
2021-06-15 10:59:47 +02:00

14 lines
263 B
JSON

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