]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/support-scripts/marc_stream_importer.conf
Whitespace. gah.
[working/Evergreen.git] / Open-ILS / src / support-scripts / marc_stream_importer.conf
1 #-------------- file marc_stream_importer.conf --------------
2
3 ### user and group to become
4 user        opensrf
5 group       opensrf
6
7 ### logging ?
8 log_file    /openils/var/log/marc_stream_importer.log
9 log_level   3
10 pid_file    /openils/var/run/marc_stream_importer.pid
11
12 ### access control
13 # allow       .+\.(net|com)
14 # allow       domain\.com
15 # deny        a.+
16
17 ### background the process?
18 # background  1
19
20 ### ports to bind
21 # host        127.0.0.1
22 # port        localhost:20204
23 port       5544
24
25 ### reverse lookups ?
26 # reverse_lookups on
27
28 #-------------- file marc_stream_importer.conf --------------