zuul-mobile-test.yml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. zuul:
  2. ignored-services: "*"
  3. sensitive-headers:
  4. add-host-header: true
  5. host:
  6. socket-timeout-millis: 10000
  7. connect-timeout-millis: 10000
  8. routes:
  9. api-q:
  10. path: /platform/**
  11. serviceId: platform-service
  12. semaphore:
  13. maxSemaphores: 200
  14. api-w:
  15. path: /api/**
  16. serviceId: api-service
  17. api-e:
  18. path: /wallet/**
  19. serviceId: wallet-service
  20. api-r:
  21. path: /order/**
  22. serviceId: order-service
  23. api-t:
  24. path: /equip/**
  25. serviceId: equip-service
  26. api-y:
  27. path: /wxpay/**
  28. serviceId: wxpay-service
  29. api-u:
  30. path: /protocol/**
  31. serviceId: protocol-service
  32. api-i:
  33. path: /instructions/**
  34. serviceId: instructions-service
  35. api-o:
  36. path: /server/**
  37. serviceId: server-service
  38. api-p:
  39. path: /ali/**
  40. serviceId: ali-service
  41. api-a:
  42. path: /sites/**
  43. serviceId: sites-service
  44. api-s:
  45. path: /merchant/**
  46. serviceId: merchant-service
  47. api-d:
  48. path: /gateway/**
  49. serviceId: zuul-server
  50. api-f:
  51. path: /visitUpload/**
  52. serviceId: upload-service
  53. api-g:
  54. path: /oauth/**
  55. serviceId: oauth-server
  56. semaphore:
  57. maxSemaphores: 200
  58. api-h:
  59. path: /zipkin/**
  60. serviceId: zipkin-service
  61. api-j:
  62. path: /log/**
  63. serviceId: logs-service
  64. api-k:
  65. path: /statement/**
  66. serviceId: statement-service
  67. api-l:
  68. path: /messagepush/**
  69. serviceId: messagepush-service
  70. api-z:
  71. path: /config/**
  72. serviceId: config-service
  73. api-x:
  74. path: /customer/**
  75. serviceId: customer-service
  76. semaphore:
  77. maxSemaphores: 200
  78. api-c:
  79. path: /mybank/**
  80. serviceId: mybank-service
  81. api-v:
  82. path: /advertising/**
  83. serviceId: advertising-service
  84. ribbon:
  85. ReadTimeout: 37000
  86. ConnectTimeout: 37000
  87. ServerListRefreshInterval: 37000
  88. hystrix:
  89. command:
  90. default:
  91. execution:
  92. isolation:
  93. thread:
  94. timeoutInMilliseconds: 60000