mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 17:42:51 +08:00
28 lines
674 B
JSON
28 lines
674 B
JSON
{
|
|
"ReRoutes": [
|
|
{
|
|
"DownstreamPathTemplate": "/api/values",
|
|
"DownstreamScheme": "http",
|
|
"UpstreamPathTemplate": "/Category",
|
|
"ServiceName": "DownstreamService",
|
|
"UpstreamHttpMethod": [ "Get" ],
|
|
"QoSOptions": {
|
|
"ExceptionsAllowedBeforeBreaking": 3,
|
|
"DurationOfBreak": 10000,
|
|
"TimeoutValue": 5000
|
|
},
|
|
"FileCacheOptions": { "TtlSeconds": 15 }
|
|
}
|
|
],
|
|
"GlobalConfiguration": {
|
|
"RequestIdKey": "OcRequestId",
|
|
"AdministrationPath": "/administration",
|
|
"ServiceDiscoveryProvider": {
|
|
"Host": "localhost",
|
|
"Port": 8001,
|
|
"Namesapce": "dev",
|
|
"Type": "kube"
|
|
}
|
|
}
|
|
}
|