View | Details | Raw Unified | Return to bug 7533
Collapse All | Expand All

(-)a/debian/templates/koha-conf-site.xml.in (+4 lines)
Lines 291-296 __END_SRU_PUBLICSERVER__ Link Here
291
 <!-- <zebra_loglevels>none,fatal,warn</zebra_loglevels> -->
291
 <!-- <zebra_loglevels>none,fatal,warn</zebra_loglevels> -->
292
 <memcached_servers>__MEMCACHED_SERVERS__</memcached_servers>
292
 <memcached_servers>__MEMCACHED_SERVERS__</memcached_servers>
293
 <memcached_namespace>__MEMCACHED_NAMESPACE__</memcached_namespace>
293
 <memcached_namespace>__MEMCACHED_NAMESPACE__</memcached_namespace>
294
 <!-- Uncomment the following line if you want to use template caching
295
      That will bring a performance boost
296
      <template_cache_dir>/tmp</template_cache_dir>
297
 -->
294
298
295
 <!-- Secret passphrase used by Mojolicious for signed cookies -->
299
 <!-- Secret passphrase used by Mojolicious for signed cookies -->
296
 <api_secret_passphrase>__API_SECRET__</api_secret_passphrase>
300
 <api_secret_passphrase>__API_SECRET__</api_secret_passphrase>
(-)a/etc/koha-conf.xml (-1 / +4 lines)
Lines 118-123 __PAZPAR2_TOGGLE_XML_POST__ Link Here
118
 <log4perl_conf>__KOHA_CONF_DIR__/log4perl.conf</log4perl_conf>
118
 <log4perl_conf>__KOHA_CONF_DIR__/log4perl.conf</log4perl_conf>
119
 <memcached_servers>__MEMCACHED_SERVERS__</memcached_servers>
119
 <memcached_servers>__MEMCACHED_SERVERS__</memcached_servers>
120
 <memcached_namespace>__MEMCACHED_NAMESPACE__</memcached_namespace>
120
 <memcached_namespace>__MEMCACHED_NAMESPACE__</memcached_namespace>
121
 <!-- Uncomment the following line if you want to use template caching
122
      That will bring a performance boost
123
      <template_cache_dir>/tmp</template_cache_dir>
124
 -->
121
125
122
 <!-- Secret passphrase used by Mojolicious for signed cookies -->
126
 <!-- Secret passphrase used by Mojolicious for signed cookies -->
123
 <api_secret_passphrase>CHANGEME</api_secret_passphrase>
127
 <api_secret_passphrase>CHANGEME</api_secret_passphrase>
124
- 

Return to bug 7533