Fix a typo.
This commit is contained in:
parent
9412408d48
commit
152d09b520
|
@ -49,7 +49,7 @@ solr_multicore: false
|
||||||
solr_cores:
|
solr_cores:
|
||||||
- collection1
|
- collection1
|
||||||
|
|
||||||
solr_cloud_mode: frue
|
solr_cloud_mode: false
|
||||||
# When we want to use an external zookeeper cluster, set this one to True
|
# When we want to use an external zookeeper cluster, set this one to True
|
||||||
solr_zk_external_cluster: False
|
solr_zk_external_cluster: False
|
||||||
solr_zk_hosts: '127.0.0.1:2181'
|
solr_zk_hosts: '127.0.0.1:2181'
|
||||||
|
|
Loading…
Reference in New Issue