Sha256: 03826f212e2c345b0f632ee4702a71f18505d44f52444cfae13c315a79bf24b4

Contents?: true

Size: 743 Bytes

Versions: 6

Compression:

Stored size: 743 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/blacklight-core" %>
test: &test
  adapter: solr
  url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
blacklight-access_controls-6.0.1 spec/test_app_templates/blacklight.yml
blacklight-access_controls-6.0.0 spec/test_app_templates/blacklight.yml
blacklight-access_controls-0.7.0 spec/test_app_templates/blacklight.yml
blacklight-access_controls-0.7.0.rc1 spec/test_app_templates/blacklight.yml
blacklight-access_controls-0.6.2 spec/test_app_templates/blacklight.yml
blacklight-access_controls-0.6.1 spec/test_app_templates/blacklight.yml