|
|
|
@ -68,7 +68,12 @@ |
|
|
|
} |
|
|
|
], |
|
|
|
"UpstreamPathTemplate": "/api/abp/{everything}", |
|
|
|
"UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ] |
|
|
|
"UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ], |
|
|
|
"QoSOptions": { |
|
|
|
"ExceptionsAllowedBeforeBreaking": 3, |
|
|
|
"DurationOfBreak": 5000, |
|
|
|
"TimeoutValue": 2500 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
"ServiceKey": "Administration Service", |
|
|
|
|