@@ -, +, @@ --- debian/templates/koha-conf-site.xml.in | 11 +++++++++++ etc/koha-conf.xml | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) --- a/debian/templates/koha-conf-site.xml.in +++ a/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 + --- a/etc/koha-conf.xml +++ a/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 + --