Sha256: cd47c4b03321e25c6ebeab527a51da6930e834f411cca654ea84e21b6b915c04

Contents?: true

Size: 442 Bytes

Versions: 24

Compression:

Stored size: 442 Bytes

Contents

development:
  adapter: solr
  url: <%= ENV['SOLR_DEVELOPMENT_URL'] || ENV['SOLR_URL'] || "http://127.0.0.1:#{ENV.fetch('SOLR_DEVELOPMENT_PORT', 8983)}/solr/hydra-development" %>
test: &test
  adapter: solr
  url: <%= ENV['SOLR_TEST_URL'] || ENV['SOLR_URL'] || "http://127.0.0.1:#{ENV.fetch('SOLR_TEST_PORT', 8985)}/solr/hydra-test" %>
production:
  adapter: solr
  url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
hyrax-5.0.1 .dassie/config/blacklight.yml
hyrax-5.0.0 .dassie/config/blacklight.yml
hyrax-5.0.0.rc3 .dassie/config/blacklight.yml
hyrax-5.0.0.rc2 .dassie/config/blacklight.yml
hyrax-5.0.0.rc1 .dassie/config/blacklight.yml
hyrax-3.6.0 .dassie/config/blacklight.yml
hyrax-4.0.0 .dassie/config/blacklight.yml
hyrax-4.0.0.rc3 .dassie/config/blacklight.yml
hyrax-4.0.0.rc2 .dassie/config/blacklight.yml
hyrax-4.0.0.rc1 .dassie/config/blacklight.yml
hyrax-3.5.0 .dassie/config/blacklight.yml
hyrax-4.0.0.beta2 .dassie/config/blacklight.yml
hyrax-3.4.2 .dassie/config/blacklight.yml
hyrax-4.0.0.beta1 .dassie/config/blacklight.yml
hyrax-3.4.1 .dassie/config/blacklight.yml
hyrax-3.4.0 .dassie/config/blacklight.yml
hyrax-3.3.0 .dassie/config/blacklight.yml
hyrax-3.2.0 .dassie/config/blacklight.yml
hyrax-3.1.0 .dassie/config/blacklight.yml
hyrax-3.0.2 .dassie/config/blacklight.yml