From 2f8de34b5deaaf2d53d3933eca35b2a4236cffe0 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 --- etc/koha-conf.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml index 067e978..123f97d 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -153,6 +153,11 @@ __PAZPAR2_TOGGLE_XML_POST__ 50 2 + + localhost:9200 + koha___DB_NAME__ + + -- 2.7.4