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

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 22 14:14:52 EST 2008


Author: erickson
Date: 2008-12-22 14:14:48 -0500 (Mon, 22 Dec 2008)
New Revision: 1560

Modified:
   branches/rel_1_0/examples/opensrf_core.xml.example
Log:
we neeed to keep router_name so that opensrf clients will know what router_name to use

Modified: branches/rel_1_0/examples/opensrf_core.xml.example
===================================================================
--- branches/rel_1_0/examples/opensrf_core.xml.example	2008-12-22 19:13:45 UTC (rev 1559)
+++ branches/rel_1_0/examples/opensrf_core.xml.example	2008-12-22 19:14:48 UTC (rev 1560)
@@ -37,6 +37,9 @@
     <username>opensrf</username>
     <passwd>password</passwd>
     <port>5222</port>
+    <!-- name of the router used on our private domain.  
+        this should match one of the <name> of the private router above -->
+    <router_name>router</router_name>
 
     <!-- log file settings ======================================  -->
     <!-- log to a local file -->



More information about the opensrf-commits mailing list