|
5 | 5 | "DownstreamScheme": "http",
|
6 | 6 | "UpstreamPathTemplate": "/api/users/{userId}/movies",
|
7 | 7 | "ServiceName": "MoviesService",
|
8 |
| - "SwaggerKey": "MoviesService", |
9 | 8 | "FileCacheOptions": { "TtlSeconds": 15 },
|
10 | 9 | "LoadBalancerOptions": {
|
11 | 10 | "Type": "LeastConnection"
|
|
16 | 15 | "DownstreamScheme": "http",
|
17 | 16 | "UpstreamPathTemplate": "/api/users/{userId}/movies/{everything}",
|
18 | 17 | "ServiceName": "MoviesService",
|
19 |
| - "SwaggerKey": "MoviesService", |
20 | 18 | "FileCacheOptions": { "TtlSeconds": 15 },
|
21 | 19 | "LoadBalancerOptions": {
|
22 | 20 | "Type": "LeastConnection"
|
|
28 | 26 | "DownstreamScheme": "http",
|
29 | 27 | "UpstreamPathTemplate": "/api/users/{userId}/reviews",
|
30 | 28 | "ServiceName": "ReviewsService",
|
31 |
| - "SwaggerKey": "ReviewsService", |
32 | 29 | "FileCacheOptions": { "TtlSeconds": 15 },
|
33 | 30 | "LoadBalancerOptions": {
|
34 | 31 | "Type": "LeastConnection"
|
|
39 | 36 | "DownstreamScheme": "http",
|
40 | 37 | "UpstreamPathTemplate": "/api/users/{userId}/reviews/{everything}",
|
41 | 38 | "ServiceName": "ReviewsService",
|
42 |
| - "SwaggerKey": "ReviewsService", |
43 | 39 | "FileCacheOptions": { "TtlSeconds": 15 },
|
44 | 40 | "LoadBalancerOptions": {
|
45 | 41 | "Type": "LeastConnection"
|
|
51 | 47 | "DownstreamScheme": "http",
|
52 | 48 | "UpstreamPathTemplate": "/api/users",
|
53 | 49 | "ServiceName": "UsersService",
|
54 |
| - "SwaggerKey": "UsersService", |
55 |
| - "UpstreamHttpMethod": [ "Get", "Post" ], |
56 | 50 | "FileCacheOptions": { "TtlSeconds": 15 },
|
57 | 51 | "LoadBalancerOptions": {
|
58 | 52 | "Type": "LeastConnection"
|
|
63 | 57 | "DownstreamScheme": "http",
|
64 | 58 | "UpstreamPathTemplate": "/api/users/{everything}",
|
65 | 59 | "ServiceName": "UsersService",
|
66 |
| - "SwaggerKey": "UsersService", |
67 |
| - "UpstreamHttpMethod": [ "Get", "Post" ], |
68 | 60 | "FileCacheOptions": { "TtlSeconds": 15 },
|
69 | 61 | "LoadBalancerOptions": {
|
70 | 62 | "Type": "LeastConnection"
|
|
0 commit comments