Sha256: cdb42a70cf39c2cc5b2cdc0ddb88b172d28be1bb337be905892eddbb7de2c693

Contents?: true

Size: 811 Bytes

Versions: 5

Compression:

Stored size: 811 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/blacklight-core" %>
test: &test
  url: <%= "http://127.0.0.1:#{ENV['TEST_JETTY_PORT'] || 8888}/solr/blacklight-core" %>
production:
  url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
blacklight-5.9.4 lib/generators/blacklight/templates/config/solr.yml
blacklight-spotlight-0.3.1 spec/internal/config/solr.yml
blacklight-spotlight-0.3.0 spec/internal/config/solr.yml
blacklight-5.9.3 lib/generators/blacklight/templates/config/solr.yml
blacklight-5.9.2 lib/generators/blacklight/templates/config/solr.yml