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