2 Commits f65bf053bc ... fb482b4b7f

Auteur SHA1 Message Date
  hill9868 fb482b4b7f 测试环境配置更新 il y a 5 ans
  hill9868 083b65c086 测试环境配置更新 il y a 5 ans
3 fichiers modifiés avec 15 ajouts et 15 suppressions
  1. 1 1
      application.yml
  2. 7 7
      svr-health-profile.yml
  3. 7 7
      svr-quota.yml

+ 1 - 1
application.yml

@ -58,7 +58,7 @@ zuul:
ag-admin.server.port: 10000
ag-cloud.server.port: 10400
ag-zuul.server.port: 10001
svr-ehr-basic.server.port: 10300
svr-basic.server.port: 10300
svr-dfs.server.port: 10770
svr-health-profile.server.port: 9009
svr-pack-analyzer.server.port: 10340

+ 7 - 7
svr-health-profile.yml

@ -47,16 +47,16 @@ eip:
spring:
  profiles: dev
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: chenweishan
    password: chenweishan
    url: jdbc:mysql://172.26.0.104:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: ssgg
    password: ssgg@jkzl2019
  redis:
    host: 172.26.0.108
    port: 6390
    host: 172.26.0.253
    port: 6379
    password:
fast-dfs:
  tracker-server: 172.19.103.13:22122
  public-server: http://172.19.103.52:80
  tracker-server: 172.26.0.200:22122
  public-server: http://172.26.0.200:80
---
spring:

+ 7 - 7
svr-quota.yml

@ -38,22 +38,22 @@ elasticsearch:
spring:
  profiles: dev
  datasource:
    url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: chenweishan
    password: chenweishan
    url: jdbc:mysql://172.26.0.104:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8&useSSL=false
    username: ssgg
    password: ssgg@jkzl2019
  redis:
    host: 172.26.0.108
    port: 6390
    host: 172.26.0.253
    port: 6379
    password:
  data:
    solr:
      zk-host: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com:2181/solr
  elasticsearch:
    jest:
      uris: http://172.19.103.9:9200
      uris: http://172.26.0.15:9200
elasticsearch:
  cluster-name: elasticsearch
  cluster-nodes: 172.19.103.9:9300
  cluster-nodes: 172.26.0.15:9300
hadoop:
  hbase-properties:
    hbase.zookeeper.quorum: node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com