Browse Source

指标管理服务配置修复

hill9868 7 years ago
parent
commit
30c67356ad
1 changed files with 16 additions and 1 deletions
  1. 16 1
      svr-quota.yml

+ 16 - 1
svr-quota.yml

@ -30,6 +30,11 @@ spring:
    username: 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:
  profiles: test
@ -38,6 +43,9 @@ spring:
    username: 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:
@ -48,10 +56,17 @@ spring:
    username: ha
    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:
  profiles: prod_fz
  datasource:
    url: jdbc:mysql://192.168.135.39:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
    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.