# ---------------------------------------------------------- # Client bootstrap config file # ---------------------------------------------------------- # The default section... [bootstrap] # Base directory for all log files in the [logs] section log_dir = /opt/opensrf/log # Logging level for debugging messages # Valid settings are ERROR, INFO, DEBUG, and INTERNAL debug = ERROR # Jabber domains to connect to for services list:domains = foo.example.com, not_here.other_jabber_domain.com # User name at those Jabber domains username = system_client # ... and that user's Jabber password. passwd = a_password # And last, but not least, the port of the Jabber server. # If this is a path (doesn't match /^\d+$/) then the client # will attempt to make a UNIX-domain socket connection. port = 5222 # -------------------------------------- # The log files for each message type, stored in the # directory listed above. [logs] debug = debug.log error = error.log transport = transport.log
© 2008-2017 GPLS and others.
Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a member of Software Freedom Conservancy.