2 <!-- $Id: config.xml,v 1.15 2003-10-23 11:57:23 adam Exp $ -->
4 <target default="1" name="voyager">
5 <!-- default target -->
6 <url>bagel.indexdata.dk</url>
7 <target-timeout>240</target-timeout>
8 <client-timeout>180</client-timeout>
10 <bandwidth>1000000</bandwidth>
13 <limit><!-- per minute limits .. -->
14 <bandwidth>2000000</bandwidth>
16 <retrieve>100</retrieve>
18 <attribute type="1" value="1-11,13-1010"/>
19 <attribute type="1" value="*" error="114"/>
21 <syntax type="usmarc"/>
23 <syntax type="xml" marcxml="1"/>
24 <syntax type="*" error="238"/>
27 <target name="localhost">
28 <url>localhost:9999</url>
29 <url>localhost:9998</url>
30 <target-timeout>300</target-timeout>
31 <client-timeout>180</client-timeout>
32 <keepalive/> <!-- keepalive enabled -->
33 <limit><!-- limits .. -->
34 <bandwidth>50000</bandwidth>
36 <retrieve>10</retrieve>
38 <attribute type="1" value="1-1023"/>
39 <attribute type="1" value="*" error="114"/>
40 <syntax type="usmarc"/>
42 <syntax type="xml" marcxml="1"/>
44 <syntax type="*" error="238"/>
48 <!-- everything else -->
50 <max-clients>50</max-clients>
51 <log>client-apdu server-apdu</log>