Sha256: 476c73a442b2c266dfbdf2f4891d35f1e78dff5f46f5701b1e9049d3bb48405d
Contents?: true
Size: 387 Bytes
Versions: 39
Compression:
Stored size: 387 Bytes
Contents
development: adapter: solr 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_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
39 entries across 39 versions & 2 rubygems