From: erickson Date: Fri, 22 Jul 2005 21:42:32 +0000 (+0000) Subject: changed name X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=218b90bbf898971b15c6f2e42f065c3af9d7e8e2;p=opensrf%2Fbjwebb.git changed name git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@416 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/examples/bootstrap.conf b/examples/bootstrap.conf deleted file mode 100644 index ae6fa25..0000000 --- a/examples/bootstrap.conf +++ /dev/null @@ -1,31 +0,0 @@ -# ---------------------------------------------------------- -# 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 - - diff --git a/examples/bootstrap.conf.example b/examples/bootstrap.conf.example new file mode 100644 index 0000000..ae6fa25 --- /dev/null +++ b/examples/bootstrap.conf.example @@ -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 + +