Skip to content

Commit

Permalink
corrected yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
siglun committed Oct 2, 2019
1 parent 5fc1950 commit cd78c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/blacklight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ test: &test
url: <%= "http://127.0.0.1:#{ENV['TEST_JETTY_PORT'] || 8888}/solr/blacklight-core" %>
production:
adapter: solr
url: <%= ENV['SOLR_URL'] || "http://index-stage-03.kb.dk:8983/solr/text-retriever-core/" %>
url: <%= ENV['SOLR_URL'] || "http://index-stage-03.kb.dk:8983/solr/text-retriever-core/" %>

0 comments on commit cd78c84

Please sign in to comment.