We need an explicit <router_name> in opensrf_core.xml
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 22 Jan 2009 05:46:05 +0000 (05:46 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 22 Jan 2009 05:46:05 +0000 (05:46 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11901 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/opensrf_core.xml.example

index c6793b9..84ad6a7 100644 (file)
             </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>