From 3edaf3f1bc07ddab3b0881b4b6172da9e48467ba Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 19 Dec 2008 22:52:17 +0000 Subject: [PATCH 1/1] updated to use multidomain by default git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1550 9efc2488-bf62-4759-914b-345cdb29e865 --- examples/opensrf_core.xml.example | 134 ++++++++++++++++++------------ 1 file changed, 79 insertions(+), 55 deletions(-) diff --git a/examples/opensrf_core.xml.example b/examples/opensrf_core.xml.example index 6f8e883..cb88ec6 100644 --- a/examples/opensrf_core.xml.example +++ b/examples/opensrf_core.xml.example @@ -7,35 +7,48 @@ vim:et:ts=2:sw=2: - - - router - - - localhost - + + + + + + router + public.localhost + + opensrf.math + + + + + + router + localhost + - - localhost + + localhost client mypass 5222 + LOCALSTATEDIR/log/osrfsys.log - + --> 3 @@ -47,11 +60,9 @@ vim:et:ts=2:sw=2: - localhost 5222 - 5269 secret @@ -72,19 +83,20 @@ vim:et:ts=2:sw=2: router - - localhost - opensrf.math + + + public.localhost mylogin mypassword 5222 @@ -95,44 +107,56 @@ vim:et:ts=2:sw=2: - - - - - - - localhost - - - localhost - - - - - - - localhost - 5222 - - - router - mypassword - - - - router - 10 - 5 - - - LOCALSTATEDIR/log/router.log - 2 - - - + + + + + localhost + + localhost + public.localhost + + + public.localhost + 5222 + /openils/var/sock/unix_sock + router + osrf + router + 10 + 5 + + /openils/var/log/router.log + + 2 + + + + localhost + + localhost + + + localhost + 5222 + router + osrf + router + 10 + 5 + + /openils/var/log/router.log + + 4 + + -- 2.43.2