Sha256: aa29f11b371cc6006e41773f4fafb5fca3de6941d75dd74a8f0ba443fa51ee60
Contents?: true
Size: 400 Bytes
Versions: 4
Compression:
Stored size: 400 Bytes
Contents
# This is a sample config file that points to a solr server for each environment development: url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/nurax-pg-solr-dev" %> test: &test url: <%= ENV['SOLR_TEST_URL'] ||ENV['SOLR_URL'] || "http://127.0.0.1:#{ENV.fetch('SOLR_TEST_PORT', 8985)}/solr/nurax-pg-test" %> production: url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/nurax-pg" %>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
hyrax-5.1.0.pre.beta1 | .koppie/config/solr.yml |
hyrax-5.0.4 | .koppie/config/solr.yml |
hyrax-5.0.3 | .koppie/config/solr.yml |
hyrax-5.0.2 | .koppie/config/solr.yml |