removed the deprecated rest_gateway config; added comment on router name changes
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 23 Mar 2007 02:13:02 +0000 (02:13 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 23 Mar 2007 02:13:02 +0000 (02:13 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@848 9efc2488-bf62-4759-914b-345cdb29e865

examples/opensrf_core.xml.example

index 5222d67..98875ac 100644 (file)
 
        </gateway>
 
-       <rest_gateway>
-               <router_name>router</router_name>
-               <domains>
-                       <domain>localhost</domain>
-               </domains>
-               <username>mylogin</username>
-               <passwd>mypassword</passwd>
-               <port>5222</port>
-               <unixpath>/openils/var/sock/jserver.sock</unixpath>
-               <logfile>/openils/var/log/gateway.log</logfile>
-               <loglevel>3</loglevel>
-       </rest_gateway>
 
        <!-- ======================================================================================== -->
 
                        <server>localhost</server>
                        <port>5222</port>
 
-                       <!-- do not change this -->
+                       <!-- if this is changed, all "router_name" settings 
+                will need to be updated to match this setting -->
                        <username>router</username>
 
                        <password>mypassword</password>