You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
612 B
24 lines
612 B
{
|
|
"GlobalConfiguration": {
|
|
"BaseUrl": "http://localhost:30000",
|
|
"DownstreamScheme": "HTTP",
|
|
"HttpHandlerOptions": {
|
|
"UseTracing": true
|
|
},
|
|
"RateLimitOptions": {
|
|
"DisableRateLimitHeaders": false,
|
|
"ClientIdHeader": "ClientId",
|
|
"RateLimitCounterPrefix": "ocelot",
|
|
"QuotaExceededMessage": "您的操作过快,请稍后再试!",
|
|
"HttpStatusCode": 429
|
|
},
|
|
"QoSOptions": {
|
|
"TimeoutValue": 30000,
|
|
"DurationOfBreak": 60000,
|
|
"ExceptionsAllowedBeforeBreaking": 30
|
|
},
|
|
"LoadBalancerOptions": {
|
|
"Type": "RoundRobin"
|
|
}
|
|
}
|
|
}
|
|
|