]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - t/config_sample/NCIP.xml
756f8c5a840c50e347a54ef54f9f9b4be8262b5b
[working/NCIPServer.git] / t / config_sample / NCIP.xml
1 <acsconfig xmlns="http://openncip.org/acs-config/1.0/">
2   <error-detect enabled="true" />
3
4   <server-params
5     min_servers='1'
6     min_spare_servers='0'
7     log_file='Sys::Syslog'
8     syslog_ident='ncip_server'
9     syslog_facility='local6'
10   />
11   
12   <listeners>
13     <service
14       port="127.0.0.1:6001/tcp"
15       transport="RAW"
16       protocol="NCIP/2.00"
17       timeout="60" />
18
19 <!--    <service
20       port="8023/tcp"
21       transport="RAW"
22       protocol="NCIP/2.00"
23       timeout="60" />
24 -->
25   </listeners>
26
27   <agencies>
28   </agencies>
29
30   <profile>
31   </profile>
32
33   <version>
34   </version>
35
36   <ils value='Koha' />
37   <namespace value= '' />
38   <templates value= 'templates/' />
39 </acsconfig>