[Opensrf-commits] r1556 - branches/rel_1_0/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Dec 19 22:07:24 EST 2008


Author: dbs
Date: 2008-12-19 22:07:23 -0500 (Fri, 19 Dec 2008)
New Revision: 1556

Modified:
   branches/rel_1_0/examples/opensrf_core.xml.example
Log:
Revert dbs mistake - private services can register with the public router, dummy


Modified: branches/rel_1_0/examples/opensrf_core.xml.example
===================================================================
--- branches/rel_1_0/examples/opensrf_core.xml.example	2008-12-20 02:56:26 UTC (rev 1555)
+++ branches/rel_1_0/examples/opensrf_core.xml.example	2008-12-20 03:07:23 UTC (rev 1556)
@@ -112,7 +112,7 @@
             <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>



More information about the opensrf-commits mailing list