[open-ils-commits] r11901 - trunk/Open-ILS/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jan 22 00:46:08 EST 2009


Author: dbs
Date: 2009-01-22 00:46:05 -0500 (Thu, 22 Jan 2009)
New Revision: 11901

Modified:
   trunk/Open-ILS/examples/opensrf_core.xml.example
Log:
We need an explicit <router_name> in opensrf_core.xml


Modified: trunk/Open-ILS/examples/opensrf_core.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf_core.xml.example	2009-01-22 05:40:53 UTC (rev 11900)
+++ trunk/Open-ILS/examples/opensrf_core.xml.example	2009-01-22 05:46:05 UTC (rev 11901)
@@ -33,13 +33,16 @@
             </router>
         </routers>
 
-
         <!-- Our domain should match that of the private router -->
         <domain>private.localhost</domain>
         <username>osrf</username>
         <passwd>osrf</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>
+
         <logfile>/openils/var/log/osrfsys.log</logfile>
         <!--
         <logfile>syslog</logfile>



More information about the open-ils-commits mailing list