config/solr.yml in hydra-head-4.0.3 vs config/solr.yml in hydra-head-4.1.0

- old
+ new

@@ -1,9 +1,9 @@ # For given rails environment, what is the Solr url? development: url: http://localhost:8983/solr/development test: &TEST - url: http://127.0.0.1:8983/solr/test + url: http://localhost:8983/solr/test cucumber: <<: *TEST production: url: http://your.production.server:8080/bl_solr/core0