Sha256: 026e21cd219f3c97ba544ed6185f664910505e90b01218dfe794599b3adb964e
Contents?: true
Size: 420 Bytes
Versions: 31
Compression:
Stored size: 420 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:#{ENV.fetch('SOLR_DEVELOPMENT_PORT', 8983)}/solr/hydra-development" %> test: url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:#{ENV.fetch('SOLR_TEST_PORT', 8985)}/solr/hydra-test" %> production: url: <%= ENV['SOLR_URL'] || "http://your.production.server:8080/bl_solr/core0" %>
Version data entries
31 entries across 31 versions & 3 rubygems