[Opensrf-commits] r1559 - trunk/examples

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


Author: erickson
Date: 2008-12-22 14:13:45 -0500 (Mon, 22 Dec 2008)
New Revision: 1559

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

Modified: trunk/examples/opensrf_core.xml.example
===================================================================
--- trunk/examples/opensrf_core.xml.example	2008-12-22 16:13:09 UTC (rev 1558)
+++ trunk/examples/opensrf_core.xml.example	2008-12-22 19:13:45 UTC (rev 1559)
@@ -37,6 +37,9 @@
     <username>client</username>
     <passwd>mypass</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