|
Lines 276-281
__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 |
<memcached_servers>__MEMCACHED_SERVERS__</memcached_servers> |
280 |
<memcached_servers>__MEMCACHED_SERVERS__</memcached_servers> |
| 280 |
<memcached_namespace>__MEMCACHED_NAMESPACE__</memcached_namespace> |
281 |
<memcached_namespace>__MEMCACHED_NAMESPACE__</memcached_namespace> |
| 281 |
<zebra_bib_index_mode>__BIBLIOS_INDEXING_MODE__</zebra_bib_index_mode> |
282 |
<zebra_bib_index_mode>__BIBLIOS_INDEXING_MODE__</zebra_bib_index_mode> |
|
Lines 283-288
__END_SRU_PUBLICSERVER__
Link Here
|
| 283 |
<zebra_lockdir>/var/lock/koha/__KOHASITE__</zebra_lockdir> |
284 |
<zebra_lockdir>/var/lock/koha/__KOHASITE__</zebra_lockdir> |
| 284 |
<use_zebra_facets>1</use_zebra_facets> |
285 |
<use_zebra_facets>1</use_zebra_facets> |
| 285 |
<queryparser_config>/etc/koha/searchengine/queryparser.yaml</queryparser_config> |
286 |
<queryparser_config>/etc/koha/searchengine/queryparser.yaml</queryparser_config> |
| 286 |
</config> |
|
|
| 287 |
|
287 |
|
|
|
288 |
<!-- true type font mapping accoding to type from $font_types in C4/Creators/Lib.pm --> |
| 289 |
<ttf> |
| 290 |
<font type="TR" >/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf</font> |
| 291 |
<font type="TB" >/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif-Bold.ttf</font> |
| 292 |
<font type="TI" >/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif-Italic.ttf</font> |
| 293 |
<font type="TBI">/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif-BoldItalic.ttf</font> |
| 294 |
<font type="C" >/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf</font> |
| 295 |
<font type="CB" >/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Bold.ttf</font> |
| 296 |
<font type="CO" >/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-Oblique.ttf</font> |
| 297 |
<font type="CBO">/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono-BoldOblique.ttf</font> |
| 298 |
<font type="H" >/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf</font> |
| 299 |
<font type="HO" >/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Oblique.ttf</font> |
| 300 |
<font type="HB" >/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-Bold.ttf</font> |
| 301 |
<font type="HBO">/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans-BoldOblique.ttf</font> |
| 302 |
</ttf> |
| 303 |
|
| 304 |
</config> |
| 288 |
</yazgfs> |
305 |
</yazgfs> |
| 289 |
- |
|
|