Koha/misc/koha.xml
tgarip1957 584836d680 New koha configuration file. Replaces koha.conf. Needs C4::Context.pm in head to work.
This file now combines koha configuration and zebra configuration. Old koha.conf variable names are retained. They go between the tags <config>. Do not change the tag names for zebra part. Use zebrasrv -f /etc/koha.xml to start your server. The virtual server configuration details can be found in YAZ documentation
2006-05-13 20:02:08 +00:00

29 lines
No EOL
1 KiB
XML

<yazgfs>
<listen id="biblioserver" >tcp:@:9900</listen>
<listen id="authorityserver">tcp:@:2100</listen>
<server id="biblioserver" listenref="biblioserver">
<directory>e:\zebradbnew2</directory>
<config>c:\etc\zebra.cfg</config>
<cql2rpn>c:\etc\pqf.properties</cql2rpn>
</server>
<server id="authorityserver" listenref="authorityserver" >
<directory>e:\zebradbnew</directory>
<cql2rpn>C:\etc\pqf.properties</cql2rpn>
<config>c:\etc\zebra.cfg</config>
</server>
<config>
<database>koha2</database>
<hostname>localhost</hostname>
<user>kohauser</user>
<pass>kohapass</pass>
<zebrauser>zebrauser</zebrauser>
<zebrapass>zebrapass</zebrapass>
<zebradb>default</zebradb>
<authoritydb>default</authoritydb>
<intranetdir>path/to/koha/intranet</intranetdir>
<opacdir>path/to/koha/opac</opacdir>
<opachtdocs>path/to/koha/opac/htdocs/opac-tmpl</opachtdocs>
<intrahtdocs>path/to/koha/intranet/htdocs/intranet-tmpl</intrahtdocs>
<includes>path/to/koha/intranet/htdocs/intranet-tmpl/default/en/includes/</includes>
</config>
</yazgfs>