123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- zuul:
- ignored-services: '*'
- routes:
- adapterDataSet:
- path: /api/v1.0/adapter/plan/adapterDataSet
- serviceId: svr-standard
- saveDataSetRelationships:
- path: /api/v1.0/std/documents/data_set_relationships
- serviceId: svr-standard
- uploadTemplateFile:
- path: /api/v1.0/templates/{id}/content
- serviceId: svr-health-profile
- createHosEsbMiniRelease:
- path: /api/v1.0/esb/createHosEsbMiniRelease
- serviceId: svr-esb
- updateHosEsbMiniRelease:
- path: /api/v1.0/esb/updateHosEsbMiniRelease
- serviceId: svr-esb
- svr-dfs:
- path: /dfs/**
- serviceId: svr-dfs
- svr-ehr-basic:
- path: /basic/**
- serviceId: svr-ehr-basic
- svr-quota:
- path: /quota/**
- serviceId: svr-quota
- svr-redis:
- path: /redis/**
- serivceId: svr-redis
- svr-resource:
- path: /resource/**
- serviceId: svr-resource
- svr-standard:
- path: /standard/**
- serviceId: svr-standard
- svr-authentication:
- path: /authentication/**
- serviceId: svr-authentication
- #档案包相关
- svr-health-profile:
- path: /profile/**
- serviceId: svr-health-profile
- svr-pack-analyzer:
- path: /pack-analyzer/**
- serviceId: svr-pack-analyzer
- svr-pack-mgr:
- path: /pack-mgr/**
- serviceId: svr-pack-mgr
- svr-pack-resolv:
- path: /pack-resolve/**
- serviceId: svr-pack-resolve
- eip:
- tenant: jkzl
- ---
- spring:
- profiles: dev
- service-gateway:
- url: http://service.yihu.com:8085/WSGW/rest
- handlerId: 50871
- clientId: 9000401
- clientVersion: 1.0
- ---
- spring:
- profiles: test
- service-gateway:
- url: http://service.yihu.com:8085/WSGW/rest
- handlerId: 50871
- clientId: 9000401
- clientVersion: 1.0
- ---
- spring:
- profiles: prod_fz
- service-gateway:
- url: http://service.yihu.com:8085/WSGW/rest
- handlerId: 50871
- clientId: 9000401
- clientVersion: 1.0
- ---
- spring:
- profiles: prod_sr
- service-gateway:
- url: http://service.yihu.com:8080/WSGW/rest
- handlerId: 50641
- clientId: 9000401
- clientVersion: 1.0
- ---
- spring:
- profiles: prod_fzzy
- service-gateway:
- url: http://service.yihu.com:8080/WSGW/rest
- handlerId: 50641
- clientId: 9000401
- clientVersion: 1.0
- ---
- spring:
- profiles: prod_srformal
- service-gateway:
- url: http://service.yihu.com:8080/WSGW/rest
- handlerId: 50641
- clientId: 9000401
- clientVersion: 1.0
|