From 57844add803b67f0f5e5c691d172d4141d8d6540 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Mon, 4 Dec 2017 10:04:48 +0100 Subject: [PATCH] Bug 19739: Add default ES configuration to koha-conf.xml Bug 18571 added default ES configuration for packaging config. This patch adds it to dev install in koha-conf.xml. Database name is used in index_name to allow multiple installs. Test plan : - Run dev install - Install ElasticSearch server and Koha deps - Enable ElasticSearch in Koha - Check indexing and searching works directly Signed-off-by: Brendan Gallagher Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart --- etc/koha-conf.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml index b615b433a5..a9a078146a 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -150,6 +150,11 @@ __PAZPAR2_TOGGLE_XML_POST__ 50 2 + + localhost:9200 + koha___DB_NAME__ + + -- 2.39.5