Sign in
apache
/
arrow-dotnet
/
HEAD
/
.
/
examples
/
FlightAspServerExample
/
appsettings.json
blob: 1aef5074f6faa7e1d68ff4dde1277ac2370d48a5 [
file
] [
log
] [
blame
]
{
"Logging"
:
{
"LogLevel"
:
{
"Default"
:
"Information"
,
"Microsoft.AspNetCore"
:
"Warning"
}
},
"AllowedHosts"
:
"*"
,
"Kestrel"
:
{
"EndpointDefaults"
:
{
"Protocols"
:
"Http2"
}
}
}