Sha256: cbfdbed1f366f9913c1df662888b526e8b570da73eaaed9eca79cb5c7a728840

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['TEST_SOLR_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.0.1 .koppie/config/solr.yml
hyrax-5.0.0 .koppie/config/solr.yml
hyrax-5.0.0.rc3 .koppie/config/solr.yml
hyrax-5.0.0.rc2 .koppie/config/solr.yml