Skip to content

Commit

Permalink
Merge pull request #315 from projecthydra/use_test_var
Browse files Browse the repository at this point in the history
Use test variable for test solr port if available
  • Loading branch information
cbeer committed Feb 8, 2016
2 parents 0853dfd + 4b937c7 commit 24bf00f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ development:
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/hydra-dev" %>
test: &test
adapter: solr
url: <%= "http://127.0.0.1:#{ENV['TEST_JETTY_PORT'] || 8985}/solr/hydra-test" %>
url: http://localhost:<%= ENV['SOLR_TEST_PORT'] || 8985 %>/solr/hydra-test
production:
adapter: solr
url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>
Expand Down

0 comments on commit 24bf00f

Please sign in to comment.