[[user-comments:osrf-devel:server_--_bootstrap.conf|User Comments]] # ---------------------------------------------------------- # Server bootstrap config file # ---------------------------------------------------------- # The default section... [bootstrap] # If this host will run the Settings server you will need # to uncomment the next line an point it at the correct file. #settings_config = /opt/opensrf/conf/opensrf.xml # 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