Sha256: 759b46b3e4b757dc71eba3d0ecbfae5c4345a62fd93d029f2317831284232ad5

Contents?: true

Size: 644 Bytes

Versions: 18

Compression:

Stored size: 644 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: http://127.0.0.1:8983/solr
test: &test
  url: http://127.0.0.1:8888/solr
cucumber:
  <<: *test

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
blacklight-3.3.2 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.3.1 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.3.0 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.2.2 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.2.1 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.2.0 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.2.0pre2 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.2.0pre1 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.1.2 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.1.1 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.1.0 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.0.0 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.0.0pre8 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.0.0pre7 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.0.0pre6 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.0.0pre4 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.0.0pre3 lib/generators/blacklight/templates/config/solr.yml
blacklight-3.0pre2 lib/generators/blacklight/templates/config/solr.yml