zuul-fad.yml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. oauth:
  2. clinet:
  3. id: zuul-server
  4. secret: '{cipher}7f1f024fb0bdc11072ce0723af15a09d7a2dc98c51b54743ec9076ab4283fc4d'
  5. author:
  6. permit-all: /platform/user/isUniquePhoneNo,/platform/user/login,/merchant/register,/platform/user/logout,/visitUpload/abnormalExecl,/visitUpload/payExecl,/zuul/visitUpload/upload,/visitUpload/businessExecl,/merchant/official/login,/merchant/merchant/sendSms,/merchant/merchant/checkValidateCode,/merchant/merchant/foundPwdByTel,/wxpay/thridLogin/wechatLogin,/ali/thirdLogin/getAuthInfo,/zuul/mybank/upload/uploadPhoto,/mybank/jsapi/notify,/mybank/jsapi/failureNotify,/wxpay/wxpay/jsapi/notify,/**/mybank/upload/weChatUploadPhoto
  7. zuul:
  8. ignored-services: "*"
  9. sensitive-headers:
  10. add-host-header: true
  11. host:
  12. socket-timeout-millis: 10000
  13. connect-timeout-millis: 10000
  14. routes:
  15. api-q:
  16. path: /platform/**
  17. serviceId: platform-service
  18. api-w:
  19. path: /api/**
  20. serviceId: api-service
  21. api-e:
  22. path: /wallet/**
  23. serviceId: wallet-service
  24. api-r:
  25. path: /order/**
  26. serviceId: order-service
  27. api-t:
  28. path: /equip/**
  29. serviceId: equip-service
  30. api-y:
  31. path: /wxpay/**
  32. serviceId: wxpay-service
  33. api-u:
  34. path: /protocol/**
  35. serviceId: protocol-service
  36. api-i:
  37. path: /instructions/**
  38. serviceId: instructions-service
  39. api-o:
  40. path: /server/**
  41. serviceId: server-service
  42. api-p:
  43. path: /ali/**
  44. serviceId: ali-service
  45. api-a:
  46. path: /sites/**
  47. serviceId: sites-service
  48. api-s:
  49. path: /merchant/**
  50. serviceId: merchant-service
  51. api-d:
  52. path: /gateway/**
  53. serviceId: zuul-server
  54. api-f:
  55. path: /visitUpload/**
  56. serviceId: upload-service
  57. api-g:
  58. path: /oauth/**
  59. serviceId: oauth-server
  60. api-h:
  61. path: /zipkin/**
  62. serviceId: zipkin-service
  63. api-j:
  64. path: /log/**
  65. serviceId: logs-service
  66. api-k:
  67. path: /statement/**
  68. serviceId: statement-service
  69. api-l:
  70. path: /messagepush/**
  71. serviceId: messagepush-service
  72. api-z:
  73. path: /config/**
  74. serviceId: config-service
  75. api-x:
  76. path: /customer/**
  77. serviceId: customer-service
  78. api-c:
  79. path: /mybank/**
  80. serviceId: mybank-service
  81. api-v:
  82. path: /advertising/**
  83. serviceId: advertising-service
  84. api-sale:
  85. path: /sale/**
  86. serviceId: sale-service
  87. api-message:
  88. path: /message/**
  89. serviceId: message-service
  90. ribbon:
  91. ReadTimeout: 37000
  92. ConnectTimeout: 37000
  93. ServerListRefreshInterval: 37000
  94. hystrix:
  95. command:
  96. default:
  97. execution:
  98. isolation:
  99. thread:
  100. timeoutInMilliseconds: 60000