Sha256: 4989abaf7b2104f2a614d9053f54a1817c7d3b4ff3baaa8b46e6024e3e2ab70e

Contents?: true

Size: 377 Bytes

Versions: 6

Compression:

Stored size: 377 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_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

6 entries across 6 versions & 1 rubygems

Version Path
hyrax-5.0.0.rc1 .koppie/config/solr.yml
hyrax-4.0.0 .koppie/config/solr.yml
hyrax-4.0.0.rc3 .koppie/config/solr.yml
hyrax-4.0.0.rc2 .koppie/config/solr.yml
hyrax-4.0.0.rc1 .koppie/config/solr.yml
hyrax-4.0.0.beta2 .koppie/config/solr.yml