From c504dfa300be7ac71b39ba90712bef6633ae08e3 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/OpenSRF/trunk@415 9efc2488-bf62-4759-914b-345cdb29e865 --- examples/bootstrap.conf | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 examples/bootstrap.conf 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 + + -- 2.43.2