]> git.evergreen-ils.org Git - Evergreen.git/blob - OpenSRF/examples/bootstrap.conf.example
matching non-letter and non-number
[Evergreen.git] / OpenSRF / examples / bootstrap.conf.example
1 # ----------------------------------------------------------
2 # bootstrap config file
3 # ----------------------------------------------------------
4 [bootstrap]
5
6 # location of the opensrf.xml config file
7 settings_config = /path/to/opensrf.xml
8
9 # log files directory
10 log_dir                         = /path/to/log
11
12 # log level
13 debug                                   = ERROR
14 #debug                          = INFO
15 #debug                          = DEBUG
16 #debug                          = INTERNAL
17
18 # the jabber login of the router (changing this will likely cause problems)
19 router_name                     = router
20
21 # all jabber domains we want our app to connect to
22 list:domains            = router1.domain.com, router2.domain.com
23
24 # jabber login
25 username                                = jabber_username
26
27 # jabber password
28 passwd                          = jabber_password
29
30 # if port is non-numeric (e.g. /tmp/mysock.sock) then we will attempt to
31 # connect to the specified string as a unix socket file 
32 # This works with Chop Chop jabber only (opensrf custom jabber server)
33 port                                    = 5222
34
35 # --------------------------------------
36
37 # log file names
38 [logs]
39 debug                                   = debug.log
40 error                                   = error.log
41 transport                       = transport.log
42 message                         = message.log
43 method                          = method.log
44 trace                                   = trace.log
45 opac                                    = opac.log
46
47