]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/examples/marc_stream_importer.conf.example
LP 1907921: Add a patron search button to course admin screen
[Evergreen.git] / Open-ILS / examples / marc_stream_importer.conf.example
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    LOCALSTATEDIR/log/marc_stream_importer.log
9 log_level   3
10 pid_file    LOCALSTATEDIR/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 --------------