|
|
|
@ -707,7 +707,7 @@ |
|
|
|
"Port": 30030 |
|
|
|
} |
|
|
|
], |
|
|
|
"UpstreamPathTemplate": "/api/abp/localization/application-configuration", |
|
|
|
"UpstreamPathTemplate": "/api/abp/localization-management/application-configuration", |
|
|
|
"UpstreamHttpMethod": [ |
|
|
|
"GET" |
|
|
|
], |
|
|
|
@ -734,7 +734,7 @@ |
|
|
|
"Port": 30030 |
|
|
|
} |
|
|
|
], |
|
|
|
"UpstreamPathTemplate": "/api/abp/localization/api-definition", |
|
|
|
"UpstreamPathTemplate": "/api/abp/localization-management/api-definition", |
|
|
|
"UpstreamHttpMethod": [ |
|
|
|
"GET" |
|
|
|
], |
|
|
|
@ -752,6 +752,38 @@ |
|
|
|
}, |
|
|
|
"Key": "localization-api-definition" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/abp/localization/{everything}", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
"DownstreamHostAndPorts": [ |
|
|
|
{ |
|
|
|
"Host": "127.0.0.1", |
|
|
|
"Port": 30010 |
|
|
|
} |
|
|
|
], |
|
|
|
"UpstreamPathTemplate": "/api/abp/localization/{everything}", |
|
|
|
"UpstreamHttpMethod": [ |
|
|
|
"GET" |
|
|
|
], |
|
|
|
"LoadBalancerOptions": { |
|
|
|
"Type": "RoundRobin" |
|
|
|
}, |
|
|
|
"RateLimitOptions": { |
|
|
|
"ClientWhitelist": [], |
|
|
|
"EnableRateLimiting": true, |
|
|
|
"Period": "1s", |
|
|
|
"PeriodTimespan": 1, |
|
|
|
"Limit": 5 |
|
|
|
}, |
|
|
|
"QoSOptions": { |
|
|
|
"ExceptionsAllowedBeforeBreaking": 10, |
|
|
|
"DurationOfBreak": 1000, |
|
|
|
"TimeoutValue": 10000 |
|
|
|
}, |
|
|
|
"HttpHandlerOptions": { |
|
|
|
"UseTracing": true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"DownstreamPathTemplate": "/api/localization/{everything}", |
|
|
|
"DownstreamScheme": "http", |
|
|
|
|