Procházet zdrojové kódy

指标管理服务配置修复

hill9868 před 7 roky
rodič
revize
30c67356ad
1 změnil soubory, kde provedl 16 přidání a 1 odebrání
  1. 16 1
      svr-quota.yml

+ 16 - 1
svr-quota.yml

@ -30,6 +30,11 @@ spring:
    username: weifuwu
    username: weifuwu
    password: weifuwu
    password: weifuwu
  data:
    solr:
      zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
---
---
spring:
spring:
  profiles: test
  profiles: test
@ -38,6 +43,9 @@ spring:
    username: weifuwu
    username: weifuwu
    password: weifuwu
    password: weifuwu
  data:
    solr:
      zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
---
---
spring:
spring:
@ -48,10 +56,17 @@ spring:
    username: ha
    username: ha
    password: jkzlxm
    password: jkzlxm
  data:
    solr:
      zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
---
---
spring:
spring:
  profiles: prod_fz
  profiles: prod_fz
  datasource:
  datasource:
    url: jdbc:mysql://192.168.135.39:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
    url: jdbc:mysql://192.168.135.39:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
    username: sr_healtharchive
    username: sr_healtharchive
    password: data!@)1
    password: data!@)1
  data:
    solr:
      zk-host: node1.hde.h3c.com,node2.hde.h3c.com:2181/solr # ZooKeeper host address in the form HOST:PORT.