Revert dbs mistake - private services can register with the public router, dummy
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 20 Dec 2008 03:07:23 +0000 (03:07 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 20 Dec 2008 03:07:23 +0000 (03:07 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_0@1556 9efc2488-bf62-4759-914b-345cdb29e865

examples/opensrf_core.xml.example

index b353177..bc55199 100644 (file)
@@ -112,7 +112,7 @@ vim:et:ts=2:sw=2:
             <trusted_domains>
                 <!-- allow private services to register with this router 
                      and public clients to send requests to this router. -->
-                <server>public.localhost</server>
+                <server>private.localhost</server>
                 <!-- also allow private clients to send to the router so it can receive error messages -->
                 <client>private.localhost</client>
                 <client>public.localhost</client>