Sha256: de3a8586e8d7b9d53ac55a7c6e943ef52b57011ed58a6a9c0a66f60cd3a2e3d1
Contents?: true
Size: 689 Bytes
Versions: 79
Compression:
Stored size: 689 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: url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr" %> test: &test url: <%= "http://127.0.0.1:#{ENV['TEST_JETTY_PORT'] || 8888}/solr" %>
Version data entries
79 entries across 79 versions & 3 rubygems