Sha256: c418f23c526d9262fc58c118fcca8ad7147cec453e963a9fd628b59236441dc4
Contents?: true
Size: 728 Bytes
Versions: 8
Compression:
Stored size: 728 Bytes
Contents
# = jetty_path key # each environment can have a jetty_path with absolute or relative # (to app root) path to a jetty/solr install. This is used # by the rake tasks that start up solr automatically for testing # and by rake solr:marc:index. # # jetty_path is not used by a running Blacklight application # at all. In general you do NOT need to deploy solr in Jetty, you can deploy it # however you want. # jetty_path is only required for rake tasks that need to know # how to start up solr, generally for automated testing. development: adapter: solr url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/development" %> test: &test adapter: solr url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/test" %>
Version data entries
8 entries across 8 versions & 1 rubygems