we neeed to keep router_name so that opensrf clients will know what router_name to use
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 22 Dec 2008 19:13:45 +0000 (19:13 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 22 Dec 2008 19:13:45 +0000 (19:13 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1559 9efc2488-bf62-4759-914b-345cdb29e865

examples/opensrf_core.xml.example

index 818fd1c..fa7054a 100644 (file)
@@ -37,6 +37,9 @@ vim:et:ts=2:sw=2:
     <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 -->