12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- zuul:
- addProxyHeaders: false
- ignoredServices: '*'
- routes:
- packages:
- path: /api/v1.0/packages
- serviceId: svr-pack-mgr
- package_json:
- path: /api/v1.0/json_package
- serviceId: svr-pack-mgr
- esb_log:
- path: /api/v1.0/esb/uploadLog
- serviceId: svr-esb
- sanofi_support:
- path: /api/v1.0/sanofi/physic_signs/**
- serviceId: svr-health-profile
- stripPrefix: false
- health_profile:
- path: /api/v1.0/health_profiles/**
- serviceId: svr-health-profile
- stripPrefix: false
- eip:
- tenant: jkzl
- ---
- spring:
- profiles: dev
- datasource:
- url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
- username: weifuwu
- password: weifuwu
- thymeleaf:
- cache: false
- #server:
- # ssl:
- # key-store-password: 123456
- # key-password: 123456
- ---
- spring:
- profiles: test
- datasource:
- url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
- username: weifuwu
- password: weifuwu
- thymeleaf:
- cache: false
- ---
- spring:
- profiles: prod
- datasource:
- url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
- username: ha
- password: jkzlxm
- thymeleaf:
- cache: false
- ---
- spring:
- profiles: prod_fz
- datasource:
- url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
- username: healthcloud
- password: GP8Qz4qU
- thymeleaf:
- cache: false
- ---
- spring:
- profiles: prod_fzzy
- datasource:
- url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
- username: healthcloud
- password: GP8Qz4qU
- thymeleaf:
- cache: false
- ---
- spring:
- profiles: prod_srformal
- datasource:
- url: jdbc:mysql://192.168.210.3:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
- username: healthcloud
- password: GP8Qz4qU
- thymeleaf:
- cache: false
- ---
- spring:
- profiles: demo_guigang
- datasource:
- url: jdbc:mysql://192.168.50.51:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
- username: healthcloud
- password: GP8Qz4qU
- thymeleaf:
- cache: false
|