Sign in
apache
/
arrow
/
refs/heads/maint-12.0.x
/
.
/
csharp
/
examples
/
FlightAspServerExample
/
appsettings.json
blob: 1aef5074f6faa7e1d68ff4dde1277ac2370d48a5 [
file
]
{
"Logging"
:
{
"LogLevel"
:
{
"Default"
:
"Information"
,
"Microsoft.AspNetCore"
:
"Warning"
}
},
"AllowedHosts"
:
"*"
,
"Kestrel"
:
{
"EndpointDefaults"
:
{
"Protocols"
:
"Http2"
}
}
}