From 913a4f718b68df556eb3f286da6d242ca10b9a7e Mon Sep 17 00:00:00 2001 From: Olli-Antti Kivilahti Date: Fri, 13 Jan 2017 15:00:21 +0000 Subject: [PATCH] Bug 17851: Add Elasticsearch config to koha-conf.xml - Add missing entries to koha-install-log Sponsored-by: Koha-Suomi Oy Signed-off-by: Johanna Raisa Signed-off-by: Nick Clemens --- misc/koha-install-log | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/koha-install-log b/misc/koha-install-log index d73d5aeddb..885280bb16 100644 --- a/misc/koha-install-log +++ b/misc/koha-install-log @@ -67,3 +67,6 @@ USE_MEMCACHED=__USE_MEMCACHED__ MEMCACHED_SERVERS=__MEMCACHED_SERVERS__ MEMCACHED_NAMESPACE=__MEMCACHED_NAMESPACE__ FONT_DIR=__FONT_DIR__ +USE_ELASTICSEARCH=__USE_ELASTICSEARCH__ +ELASTICSEARCH_SERVERS=__ELASTICSEARCH_SERVERS__ +ELASTICSEARCH_INDEX=__ELASTICSEARCH_INDEX__ -- 2.11.0