From d013712db9b097d5ff7af4ecd2a59d7c838fd30e Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 22 Jul 2005 21:41:10 +0000 Subject: [PATCH] example bootstrap config file git-svn-id: svn://svn.open-ils.org/ILS/trunk@1365 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- OpenSRF/examples/bootstrap.conf | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 OpenSRF/examples/bootstrap.conf diff --git a/OpenSRF/examples/bootstrap.conf b/OpenSRF/examples/bootstrap.conf new file mode 100644 index 0000000000..ae6fa250a9 --- /dev/null +++ b/OpenSRF/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 + + -- 2.11.0