68 lines
2.1 KiB
JSON
68 lines
2.1 KiB
JSON
{
|
|
"Rendezvous": {
|
|
"Deployment": {
|
|
"PublicHttpBaseUrl": "",
|
|
"PublicUdpHost": "",
|
|
"PublicUdpPort": 9050,
|
|
"DrainDeadlineSeconds": 30,
|
|
"MinimumDrainSeconds": 1,
|
|
"SingleActiveInstance": true,
|
|
"AllowPrivatePublicEndpoints": false
|
|
},
|
|
"Udp": {
|
|
"ListenAddress": "0.0.0.0",
|
|
"Port": 9050,
|
|
"MaxDatagramsPerPoll": 256,
|
|
"PollIntervalMilliseconds": 2
|
|
},
|
|
"Audit": {
|
|
"MaxEntries": 10000,
|
|
"RetentionDays": 30
|
|
},
|
|
"AbuseProtection": {
|
|
"WindowSeconds": 1,
|
|
"MaxTrackedKeys": 100000,
|
|
"CriticalTrackedKeyReserve": 2048,
|
|
"UdpTrackedKeyLimit": 70000,
|
|
"TrustedProxyAddresses": [],
|
|
"OperatorAllowedAddresses": [],
|
|
"HealthGlobalRequestsPerWindow": 1000,
|
|
"HealthGlobalConcurrency": 32,
|
|
"HealthIpPrefixRequestsPerWindow": 120,
|
|
"HealthIpPrefixConcurrency": 8,
|
|
"OperatorGlobalRequestsPerWindow": 1000,
|
|
"OperatorGlobalConcurrency": 32,
|
|
"OperatorIpPrefixRequestsPerWindow": 120,
|
|
"OperatorIpPrefixConcurrency": 8,
|
|
"HttpGlobalRequestsPerWindow": 20000,
|
|
"HttpOptionalRequestsPerWindow": 18000,
|
|
"HttpIpPrefixRequestsPerWindow": 500,
|
|
"HttpOptionalIpPrefixRequestsPerWindow": 450,
|
|
"HttpOperationRequestsPerWindow": 5000,
|
|
"HttpTenantRequestsPerWindow": 2000,
|
|
"HttpPrincipalRequestsPerWindow": 500,
|
|
"HttpResourceRequestsPerWindow": 200,
|
|
"HttpGlobalConcurrency": 1024,
|
|
"HttpOptionalConcurrency": 768,
|
|
"HttpIpPrefixConcurrency": 64,
|
|
"HttpOptionalIpPrefixConcurrency": 48,
|
|
"HttpOperationConcurrency": 256,
|
|
"HttpTenantConcurrency": 256,
|
|
"HttpPrincipalConcurrency": 32,
|
|
"HttpResourceConcurrency": 16,
|
|
"UdpGlobalDatagramsPerWindow": 100000,
|
|
"UdpIpPrefixDatagramsPerWindow": 2000,
|
|
"UdpOperationDatagramsPerWindow": 50000,
|
|
"UdpCapabilityDatagramsPerWindow": 120,
|
|
"UdpResourceDatagramsPerWindow": 240
|
|
}
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|