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.

33 lines
775 B

6 years ago
  1. {
  2. "ReRoutes": [
  3. {
  4. "DownstreamPathTemplate": "/api/{version}/{everything}",
  5. "DownstreamScheme": "http",
  6. "DownstreamHostAndPorts": [
  7. {
  8. "Host": "marketing",
  9. "Port": 80
  10. }
  11. ],
  12. "UpstreamPathTemplate": "/api/{version}/m/{everything}",
  13. "UpstreamHttpMethod": []
  14. },
  15. {
  16. "DownstreamPathTemplate": "/api/{version}/{everything}",
  17. "DownstreamScheme": "http",
  18. "DownstreamHostAndPorts": [
  19. {
  20. "Host": "locations",
  21. "Port": 80
  22. }
  23. ],
  24. "UpstreamPathTemplate": "/api/{version}/l/{everything}",
  25. "UpstreamHttpMethod": []
  26. }
  27. ],
  28. "GlobalConfiguration": {
  29. "RequestIdKey": "OcRequestId",
  30. "AdministrationPath": "/administration"
  31. }
  32. }