projects
/
working
/
NCIPServer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
64caccd0c30a389c88d2e5d6b08ae4cb1d12ea10
[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
38
</acsconfig>