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

(-)a/debian/templates/koha-conf-site.xml.in (-4 / +1 lines)
Lines 276-284 __END_SRU_PUBLICSERVER__ Link Here
276
 <!-- <pazpar2url>http://__PAZPAR2_HOST__:__PAZPAR2_PORT__/search.pz2</pazpar2url> -->
276
 <!-- <pazpar2url>http://__PAZPAR2_HOST__:__PAZPAR2_PORT__/search.pz2</pazpar2url> -->
277
 <install_log>/usr/share/koha/misc/koha-install-log</install_log>
277
 <install_log>/usr/share/koha/misc/koha-install-log</install_log>
278
 <useldapserver>0</useldapserver><!-- see C4::Auth_with_ldap for extra configs you must add if you want to turn this on -->
278
 <useldapserver>0</useldapserver><!-- see C4::Auth_with_ldap for extra configs you must add if you want to turn this on -->
279
<useshibboleth>0</useshibboleth><!-- see C4::Auth_with_shibboleth for extra configs you must do to turn this on -->
279
 <useshibboleth>0</useshibboleth><!-- see C4::Auth_with_shibboleth for extra configs you must do to turn this on -->
280
 <memcached_servers>__MEMCACHED_SERVERS__</memcached_servers>
281
 <memcached_namespace>__MEMCACHED_NAMESPACE__</memcached_namespace>
282
 <zebra_bib_index_mode>__BIBLIOS_INDEXING_MODE__</zebra_bib_index_mode>
280
 <zebra_bib_index_mode>__BIBLIOS_INDEXING_MODE__</zebra_bib_index_mode>
283
 <zebra_auth_index_mode>__AUTHORITIES_INDEXING_MODE__</zebra_auth_index_mode>
281
 <zebra_auth_index_mode>__AUTHORITIES_INDEXING_MODE__</zebra_auth_index_mode>
284
 <zebra_lockdir>/var/lock/koha/__KOHASITE__</zebra_lockdir>
282
 <zebra_lockdir>/var/lock/koha/__KOHASITE__</zebra_lockdir>
285
- 

Return to bug 13571