@@ -, +, @@ - Do a source Koha install (dev, standard, single) which are filled with the right values. - In kohadevbox (packages setup): - Replace /etc/koha/koha-conf-site.xml.in with the one from this patch - Create a new koha instance - Sign off --- debian/templates/koha-conf-site.xml.in | 2 ++ etc/koha-conf.xml | 2 ++ 2 files changed, 4 insertions(+) --- a/debian/templates/koha-conf-site.xml.in +++ a/debian/templates/koha-conf-site.xml.in @@ -289,6 +289,8 @@ __END_SRU_PUBLICSERVER__ You can also include: debug,log,malloc,all,request. Use a comma-separated list of levels to include. --> + __MEMCACHED_SERVERS__ + __MEMCACHED_NAMESPACE__ --- a/etc/koha-conf.xml +++ a/etc/koha-conf.xml @@ -116,6 +116,8 @@ __PAZPAR2_TOGGLE_XML_POST__ 1 __KOHA_CONF_DIR__/searchengine/queryparser.yaml __KOHA_CONF_DIR__/log4perl.conf + __MEMCACHED_SERVERS__ + __MEMCACHED_NAMESPACE__ CHANGEME --