Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Commit

Permalink
updating to sample solr server
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmilligan1 committed May 10, 2017
1 parent 6e1b212 commit 374a6b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/blacklight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

development:
adapter: solr
url: <%= ENV['SOLR_URL'] || "http://rho.library.yorku.ca:8080/solr" %>
url: <%= ENV['SOLR_URL'] || "http://40.71.26.95:8080/solr/discovery" %>
test: &test
adapter: solr
url: <%= "http://127.0.0.1:#{ENV['TEST_JETTY_PORT'] || 8888}/solr/discovery" %>
production:
adapter: solr
url: <%= ENV['SOLR_URL'] || "http://rho.library.yorku.ca:8080/solr" %>
url: <%= ENV['SOLR_URL'] || "http://40.71.26.95:8080/solr/discovery" %>

0 comments on commit 374a6b2

Please sign in to comment.