|
@ -93,6 +93,12 @@ spring:
|
|
|
host: http://172.19.103.10:8983/solr # Solr host. Ignored if "zk-host" is set.
|
|
|
zk-host: host-172-17-110-23,host-172-17-110-27,host-172-17-110-26:2181/solr # ZooKeeper host address in the form HOST:PORT.
|
|
|
|
|
|
metrics:
|
|
|
export:
|
|
|
statsd:
|
|
|
host: 192.168.1.221
|
|
|
port: 8125
|
|
|
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.19.103.54:22122
|
|
|
public-server: http://172.19.103.54:22122
|
|
@ -113,6 +119,12 @@ spring:
|
|
|
host: http://172.19.103.10:8983/solr # Solr host. Ignored if "zk-host" is set.
|
|
|
zk-host: host-172-17-110-23,host-172-17-110-27,host-172-17-110-26:2181/solr # ZooKeeper host address in the form HOST:PORT.
|
|
|
|
|
|
metrics:
|
|
|
export:
|
|
|
statsd:
|
|
|
host: 192.168.1.221
|
|
|
port: 8125
|
|
|
|
|
|
fast-dfs:
|
|
|
tracker-server: 172.19.103.13:22122
|
|
|
public-server: http://172.19.103.52:80
|