From 3222abca7c0bdceaa65755625a97b4e0cc605511 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 5 Nov 2019 11:23:04 +0100 Subject: [PATCH] Bug 22857: Sync koha-conf.xml files Content-Type: text/plain; charset=utf-8 Missing entries are added to those files. Test plan: Search for typos Compare the two files and comfirm the entries are the same in both. Exception: supportdir exists in etc/koha-conf.xml only, but I think it's obsolete. Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy --- debian/templates/koha-conf-site.xml.in | 11 +++++++++++ etc/koha-conf.xml | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in index f056138cf2..5ff25359c8 100644 --- a/debian/templates/koha-conf-site.xml.in +++ b/debian/templates/koha-conf-site.xml.in @@ -269,6 +269,10 @@ __END_SRU_PUBLICSERVER__ 3306 __DB_USER__ __DB_PASS__ + __DB_USE_TLS__ + __DB_TLS_CA_CERTIFICATE__ + __DB_TLS_CLIENT_CERTIFICATE__ + __DB_TLS_CLIENT_KEY__ biblios 1 authorities @@ -399,5 +403,12 @@ __END_SRU_PUBLICSERVER__ server. e.g. Antarctica/South_Pole --> __TIMEZONE__ + + 0 + 0 + diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml index e7699436a7..dcce3a3ea5 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -102,6 +102,9 @@ __PAZPAR2_TOGGLE_XML_POST__ __LOG_DIR__ __DOC_DIR__ __BACKUP_DIR__ + + + https://mana-kb.koha-community.org @@ -117,8 +120,14 @@ __PAZPAR2_TOGGLE_XML_POST__ 0 __ZEBRA_LOCK_DIR__ 1 + 1024 __KOHA_CONF_DIR__/searchengine/queryparser.yaml __KOHA_CONF_DIR__/log4perl.conf + + __MEMCACHED_SERVERS__ __MEMCACHED_NAMESPACE__ __TEMPLATE_CACHE_DIR__ @@ -218,5 +227,12 @@ __PAZPAR2_TOGGLE_XML_POST__ server. e.g. Antarctica/South_Pole --> + + 0 + 0 + -- 2.11.0