|
@@ -99,97 +99,3 @@ hystrix:
|
|
|
thread:
|
|
|
timeoutInMilliseconds: 60000
|
|
|
|
|
|
-zuul:
|
|
|
- ignored-services: "*"
|
|
|
- sensitive-headers:
|
|
|
- add-host-header: true
|
|
|
- host:
|
|
|
- socket-timeout-millis: 10000
|
|
|
- connect-timeout-millis: 10000
|
|
|
- routes:
|
|
|
- api-q:
|
|
|
- path: /platform/**
|
|
|
- serviceId: platform-service
|
|
|
- api-w:
|
|
|
- path: /api/**
|
|
|
- serviceId: api-service
|
|
|
- api-e:
|
|
|
- path: /wallet/**
|
|
|
- serviceId: wallet-service
|
|
|
- api-r:
|
|
|
- path: /order/**
|
|
|
- serviceId: order-service
|
|
|
- api-t:
|
|
|
- path: /equip/**
|
|
|
- serviceId: equip-service
|
|
|
- api-y:
|
|
|
- path: /wxpay/**
|
|
|
- serviceId: wxpay-service
|
|
|
- api-u:
|
|
|
- path: /protocol/**
|
|
|
- serviceId: protocol-service
|
|
|
- api-i:
|
|
|
- path: /instructions/**
|
|
|
- serviceId: instructions-service
|
|
|
- api-o:
|
|
|
- path: /server/**
|
|
|
- serviceId: server-service
|
|
|
- api-p:
|
|
|
- path: /ali/**
|
|
|
- serviceId: ali-service
|
|
|
- api-a:
|
|
|
- path: /sites/**
|
|
|
- serviceId: sites-service
|
|
|
- api-s:
|
|
|
- path: /merchant/**
|
|
|
- serviceId: merchant-service
|
|
|
- api-d:
|
|
|
- path: /gateway/**
|
|
|
- serviceId: zuul-server
|
|
|
- api-f:
|
|
|
- path: /visitUpload/**
|
|
|
- serviceId: upload-service
|
|
|
- api-g:
|
|
|
- path: /oauth/**
|
|
|
- serviceId: oauth-server
|
|
|
- api-h:
|
|
|
- path: /zipkin/**
|
|
|
- serviceId: zipkin-service
|
|
|
- api-j:
|
|
|
- path: /log/**
|
|
|
- serviceId: upload-service
|
|
|
- api-k:
|
|
|
- path: /statement/**
|
|
|
- serviceId: upload-service
|
|
|
- api-l:
|
|
|
- path: /messagepush/**
|
|
|
- serviceId: messagepush-service
|
|
|
- api-z:
|
|
|
- path: /config/**
|
|
|
- serviceId: config-service
|
|
|
- api-x:
|
|
|
- path: /customer/**
|
|
|
- serviceId: customer-service
|
|
|
- api-c:
|
|
|
- path: /mybank/**
|
|
|
- serviceId: mybank-service
|
|
|
- api-v:
|
|
|
- path: /advertising/**
|
|
|
- serviceId: advertising-service
|
|
|
- api-sale:
|
|
|
- path: /sale/**
|
|
|
- serviceId: sale-service
|
|
|
- api-message:
|
|
|
- path: /message/**
|
|
|
- serviceId: message-service
|
|
|
-ribbon:
|
|
|
- ReadTimeout: 37000
|
|
|
- ConnectTimeout: 37000
|
|
|
- ServerListRefreshInterval: 37000
|
|
|
-hystrix:
|
|
|
- command:
|
|
|
- default:
|
|
|
- execution:
|
|
|
- isolation:
|
|
|
- thread:
|
|
|
- timeoutInMilliseconds: 60000
|