-
Notifications
You must be signed in to change notification settings - Fork 654
Expand file tree
/
Copy pathappsettings.json
More file actions
34 lines (34 loc) · 932 Bytes
/
Copy pathappsettings.json
File metadata and controls
34 lines (34 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ProxySettings": {
"ListeningPort": 8080,
"EnableIpV6": true,
"CheckCertificateRevocation": "NoCheck",
"ConnectionTimeOutSeconds": 60,
"Enable100ContinueBehaviour": false,
"EnableConnectionPool": true,
"EnableTcpServerConnectionPrefetch": true,
"EnableWinAuth": false,
"ForwardToUpstreamGateway": false,
"MaxCachedConnections": 2,
"ReuseSocket": true,
"TcpTimeWaitSeconds": 0,
"SaveFakeCertificates": true,
"LeafCertificateKeyAlgorithm": "EcdsaP256",
"EnableHttp2": true,
"EnableHttp3": true,
"EnableHttpsSvcbDnsDiscovery": false,
"QuicListeningPort": 443,
"NoDelay": true,
"ThreadPoolWorkerThreads": -1,
"DecryptSsl": false,
"SetAsSystemProxy": true,
"EnableProxyLogging": true,
"LogRequests": true
}
}