You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.7 KiB

  1. {
  2. "ReRoutes": [
  3. {
  4. "DownstreamPathTemplate": "/{everything}",
  5. "DownstreamScheme": "http",
  6. "DownstreamHost": "ordering",
  7. "DownstreamPort": 80,
  8. "UpstreamPathTemplate": "/ordering-api/{everything}",
  9. "UpstreamHttpMethod": []
  10. },
  11. {
  12. "DownstreamPathTemplate": "/{everything}",
  13. "DownstreamScheme": "http",
  14. "DownstreamHost": "basket",
  15. "DownstreamPort": 80,
  16. "UpstreamPathTemplate": "/basket-api/{everything}",
  17. "UpstreamHttpMethod": []
  18. },
  19. {
  20. "DownstreamPathTemplate": "/{everything}",
  21. "DownstreamScheme": "http",
  22. "DownstreamHost": "catalog",
  23. "DownstreamPort": 80,
  24. "UpstreamPathTemplate": "/catalog-api/{everything}",
  25. "UpstreamHttpMethod": []
  26. },
  27. {
  28. "DownstreamPathTemplate": "/{everything}",
  29. "DownstreamScheme": "http",
  30. "DownstreamHost": "marketing",
  31. "DownstreamPort": 80,
  32. "UpstreamPathTemplate": "/marketing-api/{everything}",
  33. "UpstreamHttpMethod": []
  34. },
  35. {
  36. "DownstreamPathTemplate": "/{everything}",
  37. "DownstreamScheme": "http",
  38. "DownstreamHost": "payment",
  39. "DownstreamPort": 80,
  40. "UpstreamPathTemplate": "/payment-api/{everything}",
  41. "UpstreamHttpMethod": []
  42. },
  43. {
  44. "DownstreamPathTemplate": "/{everything}",
  45. "DownstreamScheme": "http",
  46. "DownstreamHost": "locations",
  47. "DownstreamPort": 80,
  48. "UpstreamPathTemplate": "/location-api/{everything}",
  49. "UpstreamHttpMethod": []
  50. }
  51. ],
  52. "GlobalConfiguration": {
  53. "RequestIdKey": "OcRequestId",
  54. "AdministrationPath": "/administration"
  55. }
  56. }