author:
permit-all: /**/swagger-ui.html,/**/swagger-resources/**,/**/springfox-swagger-ui/**,/**/v2/**,/**/webjars/**,/platform/user/isUniquePhoneNo,/platform/user/login,/merchant/register,/platform/user/logout,/**/visitUpload/upload,/merchant/official/login,/merchant/merchant/sendSms,/wxpay/thridLogin/wechatLogin,/ali/thirdLogin/getAuthInfo,/mybank/upload/weChatUploadPhoto
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: 300
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
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