<yazgfs>
<!-- [scheme:]host[:port][/databaseName] -->
<!-- scheme: tcp, ssl, unix, http, sru -->
<!-- can run all servers on tcp, but the unix socket is faster -->

<listen id="biblioserver" >unix:/usr/lib/perl5/site_perl/5.8.8/koha/tmp/bibliosocket</listen>
<listen id="authorityserver" >unix:/usr/lib/perl5/site_perl/5.8.8/koha/tmp/authoritysocket</listen>
<!-- public server runs on tcp -->
<!-- <listen id="publicserver" >tcp:@:9999</listen> -->

<!-- BIBLIOGRAPHIC RECORDS -->
<server id="biblioserver"  listenref="biblioserver"> 
    <directory>/usr/lib/perl5/site_perl/5.8.8/koha/zebradb/biblios</directory>
    <config>/usr/share/koha/etc/zebradb/zebra-biblios.cfg</config>
    <cql2rpn>/usr/share/koha/etc/zebradb/pqf.properties</cql2rpn>
</server>
<serverinfo id="biblioserver">
        <ccl2rpn>/usr/share/koha/etc/zebradb/ccl.properties</ccl2rpn>
        <user>kohauser</user>    
        <password>zebrastripes</password>
</serverinfo>

<!-- AUTHORITY RECORDS -->
<server id="authorityserver"  listenref="authorityserver" >
    <directory>/usr/lib/perl5/site_perl/5.8.8/koha/zebradb/authorities</directory>
    <config>/usr/share/koha/etc/zebradb/zebra-authorities.cfg</config>
</server>
<serverinfo id="authorityserver">
    <ccl2rpn>/usr/share/koha/etc/zebradb/ccl.properties</ccl2rpn>
    <user>kohauser</user>
    <password>zebrastripes</password>
</serverinfo>

<!-- ADDITIONAL KOHA CONFIGURATION DIRECTIVE -->
<config>
 <database>koha</database>
 <hostname>sles10</hostname>
 <user>kohaadmin</user>
 <pass>kohaadmin</pass>
 <biblioserver>biblios</biblioserver>
 <biblioservershadow>1</biblioservershadow>
 <authorityserver>authorities</authorityserver>
 <authorityservershadow>1</authorityservershadow>
 <intranetdir>/usr/lib/cgi-bin/koha</intranetdir>
 <opacdir>/usr/lib/cgi-bin/koha/opac</opacdir>
 <opachtdocs>/usr/lib/perl5/site_perl/5.8.8/koha/templates/koha-tmpl/opac-tmpl</opachtdocs>
 <intrahtdocs>/usr/lib/perl5/site_perl/5.8.8/koha/templates/koha-tmpl/intranet-tmpl</intrahtdocs>
 <includes>/usr/lib/perl5/site_perl/5.8.8/koha/templates/koha-tmpl/intranet-tmpl/default/en/includes/</includes>
</config>
</yazgfs>
