From: erickson Date: Fri, 22 Jul 2005 21:41:10 +0000 (+0000) Subject: example bootstrap config file X-Git-Tag: osrf_rel_2_0_1~1457 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c504dfa300be7ac71b39ba90712bef6633ae08e3;p=OpenSRF.git example bootstrap config file git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@415 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/examples/bootstrap.conf b/examples/bootstrap.conf new file mode 100644 index 0000000..ae6fa25 --- /dev/null +++ b/examples/bootstrap.conf @@ -0,0 +1,31 @@ +# ---------------------------------------------------------- +# bootstrap config file +# ---------------------------------------------------------- +[bootstrap] + +settings_config = /path/to/opensrf.xml +log_dir = /path/to/log + +debug = ERROR +#debug = INFO +#debug = DEBUG +#debug = INTERNAL + +router_name = router +list:domains = router1.domain.com, router2.domain.com +username = jabber_username +passwd = jabber_password +port = 5222 + +# -------------------------------------- + +[logs] +debug = debug.log +error = error.log +transport = transport.log +message = message.log +method = method.log +trace = trace.log +opac = opac.log + +