]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - t/config_sample/NCIP.xml
Server now starts, and uses the config
[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   </listeners>
19
20   <agencies>
21   </agencies>
22
23   <profile>
24   </profile>
25
26   <version>
27   </version>
28
29 </acsconfig>