Progr1mmer 6 năm trước cách đây
mục cha
commit
8b9fe91eba
13 tập tin đã thay đổi với 163 bổ sung1152 xóa
  1. 19 55
      ag-admin.yml
  2. 9 103
      ag-zuul.yml
  3. 5 53
      application.yml
  4. 1 211
      svr-basic.yml
  5. 8 58
      svr-dfs.yml
  6. 6 66
      svr-health-profile.yml
  7. 21 79
      svr-pack-analyzer.yml
  8. 30 78
      svr-pack-mgr.yml
  9. 30 118
      svr-pack-resolve.yml
  10. 14 86
      svr-quota.yml
  11. 1 68
      svr-redis-memory.yml
  12. 7 75
      svr-redis.yml
  13. 12 102
      svr-resource.yml

+ 19 - 55
ag-admin.yml

@ -1,21 +1,9 @@
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
info:
  app:
    name: AgAdminService
    description: EHR platform json app service.
    version: 1.0.0
  component: Zuul Server
eip:
  tenant: jkzl
@ -23,53 +11,29 @@ eip:
---
spring:
  profiles: dev
#总部统一网关接口参数配置
service-gateway:
  url: http://service.yihu.com:8085/WSGW/rest
  handlerId: 50871
  clientId: 9000401
  clientVersion: 1.0
zuul:
  routes:
    fastdfs-server:
      path: /file/**
      url: http://172.19.103.52:80/
---
spring:
  profiles: test
service-gateway:
  url: http://service.yihu.com:8085/WSGW/rest
  handlerId: 50871
  clientId: 9000401
  clientVersion: 1.0
---
spring:
  profiles: prod_fz
  profiles: prod
#总部统一网关接口参数配置
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
zuul:
  routes:
    fastdfs-server:
      path: /file/**
      url: http://172.19.103.52:80/

+ 9 - 103
ag-zuul.yml

@ -1,6 +1,3 @@
server:
  port: ${ag-zuul.server.port}
info:
  app:
    name: Ag-Zuul
@ -41,10 +38,14 @@ zuul:
    gov-server:
      path: /open/govServer/**
      url: http://www.srswjw.gov.cn:8080/
    # 应急指挥
    emergency-server:
      path: /open/baidu/**
      url: http://yingyan.baidu.com/
---
spring:
  profiles: test
  profiles: prod
  redis:
    host: 172.19.103.47
    port: 6379
@ -66,102 +67,7 @@ zuul:
    gov-server:
      path: /open/govServer/**
      url: http://www.srswjw.gov.cn:8080/
---
spring:
  profiles: prod_fz
  redis:
    host: 11.1.2.22 # Redis server host.
    port: 6390
    password: Kb6wKDQP1W4
zuul:
  routes:
    jkzl-server:
      path: /jkzl/**
      url: https://api.yihu.com/OpenPlatform/cgiBin/1.0/
    # 福州总部网关
    fz-gateway:
      path: /fzGateway/**
      url: http://service.yihu.com:8085/
    fastdfs-server:
      path: /file/**
      url: http://11.1.2.9:80/
    # 卫计委官网
    gov-server:
      path: /open/govServer/**
      url: http://www.srswjw.gov.cn:8080/
---
spring:
  profiles: prod_sr
  redis:
    host: 10.176.97.5
    port: 6390
    password: q4YaQemf
zuul:
  routes:
    # 福州总部开放平台接口相关
    jkzl-server:
      path: /jkzl/**
      url: https://api.yihu.com/OpenPlatform/cgiBin/1.0/
    # 福州总部网关
    fz-gateway:
      path: /fzGateway/**
      url: http://service.yihu.com:8080/
    fastdfs-server:
      path: /file/**
      url: http://10.176.97.5:8888/
    # 卫计委官网
    gov-server:
      path: /open/govServer/**
      url: http://www.srswjw.gov.cn:8080/
---
spring:
  profiles: prod_fzzy
  redis:
    host: 100.100.1.161
    port: 6390
    password: q4YaQemf
zuul:
  routes:
    # 福州总部开放平台接口相关
    jkzl-server:
      path: /jkzl/**
      url: https://api.yihu.com/OpenPlatform/cgiBin/1.0/
    # 福州总部网关
    fz-gateway:
      path: /fzGateway/**
      url: http://service.yihu.com:8080/
    fastdfs-server:
      path: /file/**
      url: http://100.100.1.157:8888/
    # 卫计委官网
    gov-server:
      path: /open/govServer/**
      url: http://www.srswjw.gov.cn:8080/
---
spring:
  profiles: prod_srformal
  redis:
    host: 192.168.50.82
    port: 6379
    password: q4YaQemf
zuul:
  routes:
    # 福州总部开放平台接口相关
    jkzl-server:
      path: /jkzl/**
      url: https://api.yihu.com/OpenPlatform/cgiBin/1.0/
    # 福州总部网关
    fz-gateway:
      path: /fzGateway/**
      url: http://service.yihu.com:8080/
    fastdfs-server:
      path: /file/**
      url: http://192.168.220.66:23000/
    # 卫计委官网
    gov-server:
      path: /open/govServer/**
      url: http://www.srswjw.gov.cn:8080/
    # 应急指挥
    emergency-server:
      path: /open/baidu/**
      url: http://yingyan.baidu.com/

+ 5 - 53
application.yml

@ -50,9 +50,9 @@ zuul:
#Application error definition, this file define common errors,
#if the error is used only in your application, please define it in your application configuration file.
ehr.common.invalid.parameter: 参数解析错误
ehr.common.query.not.found: 不存在该对象
ehr.common.repeat.code: 代码重复
#ehr.common.invalid.parameter: 参数解析错误
#ehr.common.query.not.found: 不存在该对象
#ehr.common.repeat.code: 代码重复
#Application port, since 10100, 10 per step. Update max port if new application created. Current max: 10220
ag-admin.server.port: 10000
@ -84,7 +84,6 @@ endpoints:
spring:
  jmx:
    enabled: false
  jpa:
    database-platform: org.hibernate.dialect.MySQL5Dialect
    hibernate.dialect: org.hibernate.dialect.MySQL5Dialect
@ -127,45 +126,7 @@ eureka-server-ip: 172.19.103.73:8761
---
spring:
  profiles: test
#If true, each application use ip to register it in eureka, eureka host is defined in "eureka-server-ip".
#else the server must have host map.
eureka:
  instance:
    prefer-ip-address: false
eureka-server-ip: 172.19.103.73:8761
---
spring:
  profiles: prod_fz
#If true, each application use ip to register it in eureka, eureka host is defined in "eureka-server-ip".
#else the server must have host map.
eureka:
  instance:
    prefer-ip-address: false
eureka-server-ip: 11.1.2.1:8761
---
spring:
  profiles: prod_sr
#If true, each application use ip to register it in eureka, eureka host is defined in "eureka-server-ip".
#else the server must have host map.
eureka:
  instance:
    prefer-ip-address: false
eureka-server-ip: 10.176.97.10:8761
#eureka-server-ip: 171.35.109.46:8761
---
spring:
  profiles: prod_fzzy
  profiles: prod
#If true, each application use ip to register it in eureka, eureka host is defined in "eureka-server-ip".
#else the server must have host map.
@ -173,13 +134,4 @@ eureka:
  instance:
    prefer-ip-address: false
eureka-server-ip: 100.100.1.162:8761
---
spring:
  profiles: prod_srformal
eureka:
  instance:
    prefer-ip-address: false
eureka-server-ip: 192.168.200.61:8761
eureka-server-ip: 172.19.103.73:8761

+ 1 - 211
svr-basic.yml

@ -1,6 +1,3 @@
management:
  port: ${server.port}
spring:
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
@ -39,7 +36,6 @@ jksr-app:
  orgcode: PDY026797
  registerRoleClientId: WYo0l73F8e,HPnz4GXfYA #用于创建这些应用的默认角色(健康上饶app,公众健康服务)
---
spring:
  profiles: dev
@ -140,210 +136,4 @@ fz-gateway:
  clientId: 9000401
  clientVersion: 1.0
  secret: KU5XTORDKZI3O86YAT3ABCNJW2XTL1DJYF3GKU3ICXL
  handlerId: 50871
---
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
  # -- unknown use --
  ldap:
    host: 172.19.103.87
    port: 389
    bindDn: cn=admin,dc=ehr,dc=jkzl
    password: jkzl
    root: dc=ehr,dc=jkzl
  # -- unknown use --
  redis:
    host: 11.1.2.22 # Redis server host.
    port: 6390
    # Login password of the redis server.
    password: Kb6wKDQP1W4
  data:
    mongodb:
      host: 11.1.2.19
      port: 20000
      username: jkzlehr
      password: GMLBq1LG
      authenticationDatabase: admin
      database: ehr
  elasticsearch:
    jest:
      uris: http://172.19.103.68:9200
fast-dfs:
  tracker-server: 11.1.2.9:22122
  public-server: http://11.1.2.9:80
es:
  index: wlyy_quota_test
  type: wlyy_quota_test
  host: http://172.19.103.68:9200
  tHost: 172.19.103.68:9300
  clusterName: jkzl
h5:
  secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  appId: 9000401
  clientId: WYo0l73F8e
#福州总部网关参数配置
fz-gateway:
  url: http://11.1.2.13:10001/fzGateway/WSGW/rest
  clientId: 9000401
  clientVersion: 1.0
  secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  handlerId: 50871
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: healthcloud
    password: GP8Qz4qU
  # -- unknown use --
  ldap:
    host: 172.19.103.87
    port: 389
    bindDn: cn=admin,dc=ehr,dc=jkzl
    password: jkzl
    root: dc=ehr,dc=jkzl
  # -- unknown use --
  redis:
    host: 10.176.97.5 # Redis server host.
    port: 6390
    password: q4YaQemf
  data:
    mongodb:
      host: 10.176.97.9
      port: 29000
      username: jkzlehr
      password: GMLBq1LG
      authenticationDatabase: admin
      database: ehr
  elasticsearch:
    jest:
      uris: http://10.176.97.7:9200
fast-dfs:
  tracker-server: 10.176.97.5:22122
  public-server: http://10.176.97.5:8888
es:
  index: wlyy_quota_test
  type: wlyy_quota_test
  host: http://10.176.97.7:9200
  tHost: 10.176.97.7:9300
  clusterName: jkzl
h5:
  secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  appId: 9000401
  clientId: WYo0l73F8e
  handlerId: 50871
#福州总部网关参数配置
fz-gateway:
  url: http://10.176.97.10:10001/fzGateway/WSGW/rest
  clientId: 9000401
  clientVersion: 1.0
  secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  handlerId: 50641
---
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
  # -- unknown use --
  ldap:
    host: 172.19.103.87
    port: 389
    bindDn: cn=admin,dc=ehr,dc=jkzl
    password: jkzl
    root: dc=ehr,dc=jkzl
  # -- unknown use --
  redis:
    host: 100.100.1.161 # Redis server host.
    port: 6390
    password: q4YaQemf
  data:
    mongodb:
      host: 100.100.1.157
      port: 29000
      username: jkzlehr
      password: GMLBq1LG
      authenticationDatabase: admin
      database: ehr
  elasticsearch:
    jest:
      uris: http://100.100.1.158:9200
fast-dfs:
  tracker-server: 100.100.1.157:22122
  public-server: http://100.100.1.157:8888
es:
  index: wlyy_quota_test
  type: wlyy_quota_test
  host: http://100.100.1.158:9200
  tHost: 100.100.1.158:9300
  clusterName: jkzl
h5:
  secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  appId: 9000401
  clientId: WYo0l73F8e
#福州总部网关参数配置
fz-gateway:
  url: http://100.100.1.162:10001/fzGateway/WSGW/rest
  clientId: 9000401
  clientVersion: 1.0
  secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  handlerId: 50641
---
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
  # -- unknown use --
  ldap:
    host: 192.168.210.3
    port: 389
    bindDn: cn=admin,dc=ehr,dc=jkzl
    password: jkzl
    root: dc=ehr,dc=jkzl
  # -- unknown use --
  redis:
    host: 192.168.50.82 # Redis server host.
    port: 6379
    password: q4YaQemf
  data:
    mongodb:
      host: 192.168.50.26
      port: 20000
      username: jkzlehr
      password: GMLBq1LG
      authenticationDatabase: admin
      database: ehr
  elasticsearch:
    jest:
      uris: http://172.10.10.5:9200
fast-dfs:
  tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  public-server: http://192.168.220.66:23000
es:
  index: wlyy_quota_test
  type: wlyy_quota_test
  host: http://172.10.10.5:9200
  tHost: 172.10.10.5:9300
  clusterName: jkzl
h5:
  secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  appId: 9000401
  clientId: WYo0l73F8e
#福州总部网关参数配置
fz-gateway:
  url: http://192.168.220.84:10001/fzGateway/WSGW/rest
  clientId: 9000401
  clientVersion: 1.0
  secret: 9U6PBF2JM3PE1IHRJ7GEITMJHNMEHOFZQ2XUCKD9TO2
  handlerId: 50641
  handlerId: 50871

+ 8 - 58
svr-dfs.yml

@ -1,3 +1,9 @@
info:
  app:
    name: svr-dfs
    description: Ehr Platform Distributed File System Service.
    version: 1.0.0
spring:
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
@ -46,7 +52,7 @@ fast-dfs:
---
spring:
  profiles: test
  profiles: prod
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: weifuwu
@ -56,60 +62,4 @@ elasticsearch:
  cluster-nodes: 172.19.103.9:9300
fast-dfs:
  tracker-server: 172.19.103.13:22122
  public-server: http://172.19.103.52:80
---
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
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 11.1.2.7:9300
fast-dfs:
  tracker-server: 11.1.2.9:22122
  public-server: http://11.1.2.9:80
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql:///10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: healthcloud
    password: GP8Qz4qU
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 10.176.97.7:9300
fast-dfs:
  tracker-server: 10.176.97.5:22122
  public-server: http://10.176.97.5:8888
---
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
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 100.100.1.158:9300
fast-dfs:
  tracker-server: 100.100.1.157:22122
  public-server: http://100.100.1.157:8888
---
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
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 172.10.10.5:9300
fast-dfs:
  tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  public-server: http://192.168.220.66:23000
  public-server: http://172.19.103.52:80

+ 6 - 66
svr-health-profile.yml

@ -48,8 +48,8 @@ spring:
  profiles: dev
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: weifuwu
    password: weifuwu
    username: chenweishan
    password: chenweishan
  redis:
    host: 172.19.103.47
    port: 6379
@ -60,75 +60,15 @@ fast-dfs:
---
spring:
  profiles: test
  profiles: prod
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: weifuwu
    password: weifuwu
    username: chenweishan
    password: chenweishan
  redis:
    host: 172.19.103.47
    port: 6379
    password: redis!@456
fast-dfs:
  tracker-server: 172.19.103.13:22122
  public-server: http://172.19.103.52:80
---
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
  redis:
    host: 11.1.2.22
    port: 6390
    password: Kb6wKDQP1W4
fast-dfs:
  tracker-server: 11.1.2.9:22122
  public-server: http://11.1.2.9:80
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: healthcloud
    password: GP8Qz4qU
  redis:
    host: 10.176.97.5
    port: 6390
    password: q4YaQemf
fast-dfs:
  tracker-server: 10.176.97.5:22122
  public-server: http://10.176.97.5:8888
---
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
  redis:
    host: 100.100.1.161
    port: 6390
    password: q4YaQemf
fast-dfs:
  tracker-server: 100.100.1.157:22122
  public-server: http://100.100.1.157:8888
---
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
  redis:
    host: 192.168.50.82
    port: 6379
    password: q4YaQemf
fast-dfs:
  tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  public-server: http://192.168.220.66:23000
  public-server: http://172.19.103.52:80

+ 21 - 79
svr-pack-analyzer.yml

@ -32,19 +32,33 @@ fast-dfs:
    anti-steal-token: no
    secret-key: FastDFS1234567890
eip:
  tenant: jkzl
analyze:
  job:
    minSize: 10 #解析入库初始任务数
    maxSize: 10 #解析入库最大任务数
    cronExp: 0/1 * * * * ? #解析任务触发间隔表达式
quality:
  orgCode : 1 #默认机构
  version: 59083976eebd #默认版本号
  cloud: medicalCloud #默认云平台code
  cloudName: 上饶医疗云 #默认云平台name
elasticsearch:
  pool:
    init-size: 5
    max-size: 10
---
spring:
  profiles: dev
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: weifuwu
    password: weifuwu
    username: chenweishan
    password: chenweishan
  redis:
    host: 172.19.103.47 # Redis server host.
    port: 6379
@ -58,13 +72,13 @@ elasticsearch:
---
spring:
  profiles: test
  profiles: prod
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: weifuwu
    password: weifuwu
    username: chenweishan
    password: chenweishan
  redis:
    host: 172.19.103.47
    host: 172.19.103.47 # Redis server host.
    port: 6379
    password: redis!@456
fast-dfs:
@ -72,76 +86,4 @@ fast-dfs:
  public-server: http://172.19.103.52
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 172.19.103.9:9300
---
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
  redis:
    host: 11.1.2.22
    port: 6390
    password: Kb6wKDQP1W4
fast-dfs:
  tracker-server: 11.1.2.9:22122
  public-server: http://11.1.2.9:80
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 11.1.2.7:9300
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: healthcloud
    password: GP8Qz4qU
  redis:
    host: 10.176.97.5
    port: 6390
    password: q4YaQemf
fast-dfs:
  tracker-server: 10.176.97.5:22122
  public-server: http://10.176.97.5:8888
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 10.176.97.7:9300
---
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
  redis:
    host: 100.100.1.161
    port: 6390
    password: q4YaQemf
fast-dfs:
  tracker-server: 100.100.1.157:22122
  public-server: http://100.100.1.157:8888
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 100.100.1.158:9300
---
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
  redis:
    host: 192.168.50.82
    port: 6379
    password: q4YaQemf
fast-dfs:
  tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  public-server: http://192.168.220.66:23000
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 172.10.10.5:9300
  cluster-nodes: 172.19.103.9:9300

+ 30 - 78
svr-pack-mgr.yml

@ -1,3 +1,9 @@
info:
  app:
    name: JsonPackageService
    description: EHR platform package service.
    version: 1.2.0
spring:
  http:
    multipart:
@ -23,6 +29,24 @@ spring:
    validation-query: SELECT 1
    test-on-borrow: true
fast-dfs:
  connect-timeout: 20
  network-timeout: 60
  charset: ISO8859-1
  pool:
    init-size: 15
    max-size: 30
    wait-time: 500
  http:
    tracker-http-port: 80
    anti-steal-token: no
    secret-key: FastDFS1234567890
elasticsearch:
  pool:
    init-size: 10
    max-size: 30
eip:
  tenant: jkzl
@ -31,8 +55,8 @@ spring:
  profiles: dev
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: weifuwu
    password: weifuwu
    username: chenweishan
    password: chenweishan
  redis:
    host: 172.19.103.47
    port: 6379
@ -46,11 +70,11 @@ elasticsearch:
---
spring:
  profiles: test
  profiles: prod
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: weifuwu
    password: weifuwu
    username: chenweishan
    password: chenweishan
  redis:
    host: 172.19.103.47
    port: 6379
@ -60,76 +84,4 @@ fast-dfs:
  public-server: http://172.19.103.52:80
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 172.19.103.9:9300
---
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
  redis:
    host: 11.1.2.22
    port: 6390
    password: Kb6wKDQP1W4
fast-dfs:
  tracker-server: 11.1.2.9:22122
  public-server: http://11.1.2.9:80
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 11.1.2.7:9300
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: healthcloud
    password: GP8Qz4qU
  redis:
    host: 10.176.97.5
    port: 6390
    password: q4YaQemf
fast-dfs:
  tracker-server: 10.176.97.5:22122
  public-server: http://10.176.97.5:8888
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 10.176.97.7:9300
---
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
  redis:
    host: 100.100.1.161
    port: 6390
    password: q4YaQemf
fast-dfs:
  tracker-server: 100.100.1.157:22122
  public-server: http://100.100.1.157:8888
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 100.100.1.158:9300
---
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
  redis:
    host: 192.168.50.82
    port: 6379
    password: q4YaQemf
fast-dfs:
  tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  public-server: http://192.168.220.66:23000
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 172.10.10.5:9300
  cluster-nodes: 172.19.103.9:9300

+ 30 - 118
svr-pack-resolve.yml

@ -21,14 +21,25 @@ spring:
      max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
      min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
fast-dfs:
  connect-timeout: 20
  network-timeout: 60
  charset: ISO8859-1
  pool:
    init-size: 10
    max-size: 20
    wait-time: 500
  http:
    tracker-http-port: 80
    anti-steal-token: no
    secret-key: FastDFS1234567890
hadoop:
  hbase-properties:
    hbase.zookeeper.property.clientPort: 2181
    zookeeper.znode.parent: /hbase-unsecure
  user:
    name: root
eip:
  schemaVersion: 5a6951bff0bb
resolve:
  job:
@ -36,21 +47,30 @@ resolve:
    max-size: 10 #解析入库最大任务数
    cron-exp: 0/1 * * * * ? #解析任务触发间隔表达式
elasticsearch:
  pool:
    init-size: 10
    max-size: 20
eip:
  schemaVersion: 5a6951bff0bb
---
spring:
  profiles: dev
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: weifuwu
    password: weifuwu
    username: chenweishan
    password: chenweishan
  redis:
    host: 172.19.103.47
    host: 172.19.103.47 # Redis server host.
    port: 6379
    password: redis!@456
fast-dfs:
  tracker-server: 172.19.103.13:22122
  public-server: http://172.19.103.52:80
  pacs-group-name: group1 # 指定影像文件落入到哪个group上
  pacs-group-name: group1 # 影像文件落入到group1上
hadoop:
  hbase-properties:
    hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
@ -65,11 +85,11 @@ ftp:
---
spring:
  profiles: test
  profiles: prod
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: weifuwu
    password: weifuwu
    username: chenweishan
    password: chenweishan
  redis:
    host: 172.19.103.47
    port: 6379
@ -77,7 +97,7 @@ spring:
fast-dfs:
  tracker-server: 172.19.103.13:22122
  public-server: http://172.19.103.52:80
  pacs-group-name: group1 # 指定影像文件落入到哪个group上
  pacs-group-name: group1 # 影像文件落入到group1上
hadoop:
  hbase-properties:
    hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
@ -89,111 +109,3 @@ ftp:
  username: pacs
  password: pacssr2018
  port: 21
---
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
  redis:
    host: 11.1.2.22
    port: 6390
    password: Kb6wKDQP1W4
fast-dfs:
  tracker-server: 11.1.2.9:22122
  public-server: http://11.1.2.9:80
  pacs-group-name: group1 # 指定影像文件落入到哪个group上
hadoop:
  hbase-properties:
    hbase.zookeeper.quorum: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 11.1.2.7:9300
ftp:      #----------------------------------todo 待配置
  address: 172.19.103.58
  username: pacs
  password: pacssr2018
  port: 21    #----------------------------------todo 待配置
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: healthcloud
    password: GP8Qz4qU
  redis:
    host: 10.176.97.5
    port: 6390
    password: q4YaQemf
fast-dfs:
  tracker-server: 10.176.97.5:22122
  public-server: http://10.176.97.5:8888
  pacs-group-name: group1 # 指定影像文件落入到哪个group上
hadoop:
  hbase-properties:
    hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 10.176.97.7:9300
ftp:      #----------------------------------todo 待配置
  address: 172.19.103.58
  username: pacs
  password: pacssr2018
  port: 21    #----------------------------------todo 待配置
---
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
  redis:
    host: 100.100.1.161
    port: 6390
    password: q4YaQemf
fast-dfs:
  tracker-server: 100.100.1.157:22122
  public-server: http://100.100.1.157:8888
  pacs-group-name: group1 # 指定影像文件落入到哪个group上
hadoop:
  hbase-properties:
    hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 100.100.1.158:9300
ftp:      #----------------------------------todo 待配置
  address: 172.19.103.58
  username: pacs
  password: pacssr2018
  port: 21    #----------------------------------todo 待配置
---
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
  redis:
    host: 192.168.50.82
    port: 6379
    password: q4YaQemf
fast-dfs:
  tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  public-server: http://192.168.220.66:23000
  pacs-group-name: group2 # 指定影像文件落入到哪个group上
hadoop:
  hbase-properties:
    hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 172.10.10.5:9300
ftp:
  address: 192.168.220.20
  username: jkzl
  password: jkzlsr2018
  port: 21

+ 14 - 86
svr-quota.yml

@ -8,7 +8,6 @@ spring:
      max-idle: 8 # Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
      max-wait: -1 # Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
      min-idle: 1 # Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
  datasource:
    driver-class-name: com.mysql.jdbc.Driver
    max-active: 20
@ -17,6 +16,13 @@ spring:
    validation-query: SELECT 1
    test-on-borrow: true
hadoop:
  hbase-properties:
    hbase.zookeeper.property.clientPort: 2181
    zookeeper.znode.parent: /hbase-unsecure
  user:
    name: root
elasticsearch:
  pool:
    init-size: 5
@ -42,10 +48,13 @@ spring:
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 172.19.103.9:9300
hadoop:
  hbase-properties:
    hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
---
spring:
  profiles: test
  profiles: prod
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: chenweishan
@ -63,87 +72,6 @@ spring:
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 172.19.103.9:9300
---
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
  redis:
    host: 11.1.2.22
    port: 6390
    password: Kb6wKDQP1W4
  data:
    solr:
      zk-host: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com:2181/solr
  elasticsearch:
    jest:
      uris: http://172.19.103.9:9200
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 172.19.103.9:9300
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: healthcloud
    password: GP8Qz4qU
  redis:
    host: 10.176.97.5
    port: 6390
    password: q4YaQemf
  data:
    solr:
      zk-host: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com:2181/solr
  elasticsearch:
    jest:
      uris: http://10.176.97.7:9200
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 10.176.97.7:9300
---
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
  redis:
    host: 100.100.1.161
    port: 6390
    password: q4YaQemf
  data:
    solr:
      zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com:2181/solr
  elasticsearch:
    jest:
      uris: http://100.100.1.158:9200
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 100.100.1.158:9300
---
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
  redis:
    host: 192.168.50.82
    port: 6379
    password: q4YaQemf
  data:
    solr:
      zk-host: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com:2181/solr
  elasticsearch:
    jest:
      uris: http://192.168.220.92:9200
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 192.168.220.92:9300
hadoop:
  hbase-properties:
    hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com

+ 1 - 68
svr-redis-memory.yml

@ -22,17 +22,14 @@ spring:
---
spring:
  profiles: dev
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: chenweishan
    password: chenweishan
  redis:
    host: 172.19.103.47
    port: 6379
    password: redis!@456
ehr-redis:
  cache:
    memory:
@ -41,77 +38,13 @@ ehr-redis:
---
spring:
  profiles: test
  profiles: prod
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: weifuwu
    password: weifuwu
  redis:
    host: 172.19.103.47 # Redis server host.
ehr-redis:
  cache:
    memory:
      rdbFilePath: /usr/local/bin/dump.rdb
      outFilePath: /home/ehr/redisReport/memory.csv
---
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
  redis:
    host: 11.1.2.22
    port: 6390
    password: Kb6wKDQP1W4
ehr-redis:
  cache:
    memory:
      rdbFilePath: /usr/local/bin/dump.rdb
      outFilePath: /home/ehr/redisReport/memory.csv
---
spring:
  profiles: prod_sr
  redis:
    host: 10.176.97.5
    port: 6390
    password: q4YaQemf
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: healthcloud
    password: GP8Qz4qU
ehr-redis:
  cache:
    memory:
      rdbFilePath: /usr/local/bin/dump.rdb
      outFilePath: /home/ehr/redisReport/memory.csv
---
spring:
  profiles: prod_fzzy
  redis:
    host: 100.100.1.161
    port: 6390
    password: q4YaQemf
  datasource:
    url: jdbc:mysql://100.100.1.159:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: healthcloud
    password: GP8Qz4qU
ehr-redis:
  cache:
    memory:

+ 7 - 75
svr-redis.yml

@ -1,10 +1,3 @@
hystrix:
  threadpool:
    default:
      coreSize: 60 #并发执行的最大线程数,默认10
      maxQueueSize: 100 #LinkedBlockingQueue的最大队列数,默认-1,使用SynchronousQueue
      #queueSizeRejectionThreshold: 50 #配置该值后,即使maxQueueSize没有达到,达到queueSizeRejectionThreshold该值后,请求也会被拒绝
spring:
  # REDIS
  redis:
@ -27,6 +20,13 @@ spring:
    validation-query: SELECT 1
    test-on-borrow: true
hystrix:
  threadpool:
    default:
      coreSize: 60 #并发执行的最大线程数,默认10
      maxQueueSize: 100 #LinkedBlockingQueue的最大队列数,默认-1,使用SynchronousQueue
      #queueSizeRejectionThreshold: 50 #配置该值后,即使maxQueueSize没有达到,达到queueSizeRejectionThreshold该值后,请求也会被拒绝
---
spring:
  profiles: dev
@ -55,74 +55,6 @@ spring:
    host: 172.19.103.47
    port: 6379
    password: redis!@456
ehr-redis:
  mq:
    pubsub:
      publisherAppId: svr-redis
      responseTimeChannel: redis.cache.reponse-time
---
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
  redis:
    host: 11.1.2.22
    port: 6390
    password: Kb6wKDQP1W4
ehr-redis:
  mq:
    pubsub:
      publisherAppId: svr-redis
      responseTimeChannel: redis.cache.reponse-time
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: healthcloud
    password: GP8Qz4qU
  redis:
    host: 10.176.97.5
    port: 6390
    password: q4YaQemf
ehr-redis:
  mq:
    pubsub:
      publisherAppId: svr-redis
      responseTimeChannel: redis.cache.reponse-time
---
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
  redis:
    host: 100.100.1.161
    port: 6390
    password: q4YaQemf
ehr-redis:
  mq:
    pubsub:
      publisherAppId: svr-redis
      responseTimeChannel: redis.cache.reponse-time
---
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
  redis:
    host: 192.168.50.82
    port: 6379
    password: q4YaQemf
ehr-redis:
  mq:
    pubsub:

+ 12 - 102
svr-resource.yml

@ -1,9 +1,8 @@
hadoop:
  hbase-properties:
    hbase.zookeeper.property.clientPort: 2181
    zookeeper.znode.parent: /hbase-unsecure
  user:
    name: root
info:
  app:
    name: ResourceServiceApp
    description: Resource service.
    version: 1.0.0
spring:
  # REDIS
@ -36,6 +35,13 @@ fast-dfs:
    anti-steal-token: no
    secret-key: FastDFS1234567890
hadoop:
  hbase-properties:
    hbase.zookeeper.property.clientPort: 2181
    zookeeper.znode.parent: /hbase-unsecure
  user:
    name: root
elasticsearch:
  pool:
    init-size: 1
@ -93,99 +99,3 @@ fast-dfs:
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 172.19.103.9:9300
---
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
  redis:
    host: 11.1.2.22
    port: 6390
    password: Kb6wKDQP1W4
  data:
    solr:
      zk-host: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com:2181/solr
hadoop:
  hbase-properties:
    hbase.zookeeper.quorum: node1.ehr.h3c.com,node2.ehr.h3c.com,node3.ehr.h3c.com
fast-dfs:
  tracker-server: 11.1.2.9:22122
  public-server: http://11.1.2.9:80
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 11.1.2.7:9300
---
spring:
  profiles: prod_sr
  datasource:
    url: jdbc:mysql://10.176.97.9:3310/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: healthcloud
    password: GP8Qz4qU
  redis:
    host: 10.176.97.5
    port: 6390
    password: q4YaQemf
  data:
    solr:
      zk-host: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com:2181/solr
hadoop:
  hbase-properties:
    hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node3.jkzl.com
fast-dfs:
  tracker-server: 10.176.97.5:22122
  public-server: http://10.176.97.5:8888
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 10.176.97.7:9300
---
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
  redis:
    host: 100.100.1.161
    port: 6390
    password: q4YaQemf
  data:
    solr:
      zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com:2181/solr
hadoop:
  hbase-properties:
    hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com
fast-dfs:
  tracker-server: 100.100.1.157:22122
  public-server: http://100.100.1.157:8888
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 100.100.1.158:9300
---
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
  redis:
    host: 192.168.50.82
    port: 6379
    password: q4YaQemf
  data:
    solr:
      zk-host: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com:2181/solr
hadoop:
  hbase-properties:
    hbase.zookeeper.quorum: node1.jkzl.com,node2.jkzl.com,node4.jkzl.com
fast-dfs:
  tracker-server: 192.168.50.116:22122,192.168.50.119:22122
  public-server: http://192.168.220.66:23000
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 172.10.10.5:9300