From f5261240aaa8a2c3bcd1614fe3f12eec14344640 Mon Sep 17 00:00:00 2001 From: Simon Mayer <simon.mayer@onb.ac.at> Date: Mon, 21 Nov 2022 13:36:37 +0100 Subject: [PATCH] Update solr.yml to point to newseye_test core for development URLs --- config/solr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/solr.yml b/config/solr.yml index 5018dac..d428509 100644 --- a/config/solr.yml +++ b/config/solr.yml @@ -1,7 +1,6 @@ development: # url: http://localhost:8991/solr/hydra-development - url: http://fue-l9.onb.ac.at:8983/solr/newseye_collection - + url: http://fue-l9.onb.ac.at:8983/solr/newseye_test test: url: http://localhost:8991/solr/hydra-development -- GitLab