16 lines
261 B
JSON
16 lines
261 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"EndpointDefaults": {
|
|
"Protocols": "Http1"
|
|
}
|
|
}
|
|
}
|