From cd78c840b337c4cdcfd548a90b77de423321c6a3 Mon Sep 17 00:00:00 2001 From: Sigfrid Lundberg Date: Wed, 2 Oct 2019 15:41:47 +0200 Subject: [PATCH] corrected yml syntax --- config/blacklight.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/blacklight.yml b/config/blacklight.yml index 9ea23013..575248f2 100644 --- a/config/blacklight.yml +++ b/config/blacklight.yml @@ -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/" %> \ No newline at end of file + url: <%= ENV['SOLR_URL'] || "http://index-stage-03.kb.dk:8983/solr/text-retriever-core/" %> \ No newline at end of file