Browse Source

修改资源的solr服务器,请注意修改host文件

Sand Wen 8 years ago
parent
commit
14e1b3d0a0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      svr-resource.yml

+ 2 - 2
svr-resource.yml

@ -26,7 +26,7 @@ spring:
  data:
    solr:
      zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
      zk-host: node1.ehrceshi.com:2181,node3.ehrceshi.com:2181,node2.ehrceshi.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
@ -46,7 +46,7 @@ spring:
  data:
    solr:
      zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
      zk-host: node1.ehrceshi.com:2181,node3.ehrceshi.com:2181,node2.ehrceshi.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
data-source:
  url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8