|
@ -19,10 +19,6 @@ spring:
|
|
|
solr:
|
|
|
repositories.enabled: true # Enable Solr repositories.
|
|
|
|
|
|
datasource:
|
|
|
url: http://invalid.com
|
|
|
driverClassName: com.mysql.jdbc.Driver
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: dev
|
|
@ -31,6 +27,11 @@ spring:
|
|
|
solr:
|
|
|
zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.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
|
|
|
user-name: ha
|
|
|
password: ha
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
profiles: test
|