|
|
@ -35,54 +35,54 @@ |
|
|
|
"Match": { |
|
|
|
"Path": "c/{**catch-all}" |
|
|
|
}, |
|
|
|
"Metadata": { |
|
|
|
"prefix": "c" |
|
|
|
} |
|
|
|
"Transforms": [ |
|
|
|
{ "PathRemovePrefix": "/c" } |
|
|
|
] |
|
|
|
}, |
|
|
|
"c-long": { |
|
|
|
"ClusterId": "catalog", |
|
|
|
"Match": { |
|
|
|
"Path": "catalog-api/{**catch-all}" |
|
|
|
}, |
|
|
|
"Metadata": { |
|
|
|
"prefix": "catalog-api" |
|
|
|
} |
|
|
|
"Transforms": [ |
|
|
|
{ "PathRemovePrefix": "/catalog-api" } |
|
|
|
] |
|
|
|
}, |
|
|
|
"b-short": { |
|
|
|
"ClusterId": "basket", |
|
|
|
"Match": { |
|
|
|
"Path": "b/{**catch-all}" |
|
|
|
}, |
|
|
|
"Metadata": { |
|
|
|
"prefix": "b" |
|
|
|
} |
|
|
|
"Transforms": [ |
|
|
|
{ "PathRemovePrefix": "/b" } |
|
|
|
] |
|
|
|
}, |
|
|
|
"b-long": { |
|
|
|
"ClusterId": "basket", |
|
|
|
"Match": { |
|
|
|
"Path": "basket-api/{**catch-all}" |
|
|
|
}, |
|
|
|
"Metadata": { |
|
|
|
"prefix": "basket-api" |
|
|
|
} |
|
|
|
"Transforms": [ |
|
|
|
{ "PathRemovePrefix": "/basket-api" } |
|
|
|
] |
|
|
|
}, |
|
|
|
"o-short": { |
|
|
|
"ClusterId": "orders", |
|
|
|
"Match": { |
|
|
|
"Path": "o/{**catch-all}" |
|
|
|
}, |
|
|
|
"Metadata": { |
|
|
|
"prefix": "o" |
|
|
|
} |
|
|
|
"Transforms": [ |
|
|
|
{ "PathRemovePrefix": "/o" } |
|
|
|
] |
|
|
|
}, |
|
|
|
"o-long": { |
|
|
|
"ClusterId": "orders", |
|
|
|
"Match": { |
|
|
|
"Path": "ordering-api/{**catch-all}" |
|
|
|
}, |
|
|
|
"Metadata": { |
|
|
|
"prefix": "ordering-api" |
|
|
|
} |
|
|
|
"Transforms": [ |
|
|
|
{ "PathRemovePrefix": "/ordering-api" } |
|
|
|
] |
|
|
|
}, |
|
|
|
"h-long": { |
|
|
|
"ClusterId": "signalr", |
|
|
|