From 3a38be2997dbec153b6725b0513e12f462d9d789 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 --- misc/koha-install-log | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/koha-install-log b/misc/koha-install-log index 17dd0da..3850bda 100644 --- a/misc/koha-install-log +++ b/misc/koha-install-log @@ -64,3 +64,6 @@ PATH_TO_ZEBRA=__PATH_TO_ZEBRA__ USE_MEMCACHED=__USE_MEMCACHED__ MEMCACHED_SERVERS=__MEMCACHED_SERVERS__ MEMCACHED_NAMESPACE=__MEMCACHED_NAMESPACE__ +USE_ELASTICSEARCH=__USE_ELASTICSEARCH__ +ELASTICSEARCH_SERVERS=__ELASTICSEARCH_SERVERS__ +ELASTICSEARCH_INDEX=__ELASTICSEARCH_INDEX__ -- 2.7.4