Sha256: 954f604a46ec31f3f56f333520191fefb5b5e667756754b1cca57ab5360268ef

Contents?: true

Size: 645 Bytes

Versions: 9

Compression:

Stored size: 645 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

9 entries across 9 versions & 3 rubygems

Version Path
blacklight_cql-1.2.1 spec/internal/config/solr.yml
blacklight_advanced_search-2.1.1 spec/internal/config/solr.yml
blacklight_advanced_search-2.1.0 spec/internal/config/solr.yml
blacklight_advanced_search-2.1.0.rc1 spec/internal/config/solr.yml
blacklight_range_limit-2.0.1 spec/internal/config/solr.yml
blacklight_cql-1.2.0 spec/internal/config/solr.yml
blacklight_advanced_search-2.0.0 spec/internal/config/solr.yml
blacklight_range_limit-2.0.0 spec/internal/config/solr.yml
blacklight_range_limit-1.2.3 spec/internal/config/solr.yml