12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- 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
- semaphore:
- maxSemaphores: 200
- 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
- semaphore:
- maxSemaphores: 200
- api-h:
- path: /zipkin/**
- serviceId: zipkin-service
- api-j:
- path: /log/**
- serviceId: logs-service
- api-k:
- path: /statement/**
- serviceId: statement-service
- api-l:
- path: /messagepush/**
- serviceId: messagepush-service
- api-z:
- path: /config/**
- serviceId: config-service
- api-x:
- path: /customer/**
- serviceId: customer-service
- semaphore:
- maxSemaphores: 200
- api-c:
- path: /mybank/**
- serviceId: mybank-service
- api-v:
- path: /advertising/**
- serviceId: advertising-service
- ribbon:
- ReadTimeout: 37000
- ConnectTimeout: 37000
- ServerListRefreshInterval: 37000
- hystrix:
- command:
- default:
- execution:
- isolation:
- thread:
- timeoutInMilliseconds: 60000
|