]> git.proxmox.com Git - ceph.git/blame - ceph/src/arrow/csharp/test/Apache.Arrow.Flight.TestWeb/appsettings.json
import quincy 17.2.0
[ceph.git] / ceph / src / arrow / csharp / test / Apache.Arrow.Flight.TestWeb / appsettings.json
CommitLineData
1d09f67e
TL
1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft": "Warning",
6 "Microsoft.Hosting.Lifetime": "Information"
7 }
8 },
9 "AllowedHosts": "*",
10 "Kestrel": {
11 "EndpointDefaults": {
12 "Protocols": "Http2"
13 }
14 }
15}