changed the default host from localhost to evergreen.example.org for better documentation
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 21 Jun 2007 19:06:28 +0000 (19:06 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 21 Jun 2007 19:06:28 +0000 (19:06 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7464 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/opensrf.xml.example

index 4ddd200..f1c65c2 100644 (file)
@@ -626,9 +626,11 @@ Example opensrf config file for OpenILS
 
     <hosts>
 
-        <localhost> 
-            <!-- ^-=- must match the fully qualified domain name of the host 
-               on Linux, this is usually the output of "hostname -f"
+        <evergreen.example.org> 
+            <!-- ^-=- 
+                must match the fully qualified domain name of the host.
+                on Linux, this is usually the output of "hostname -f"
+               'localhost' won't work here
             -->
 
             <activeapps>
@@ -650,7 +652,7 @@ Example opensrf config file for OpenILS
                 <appname>open-ils.reporter</appname>  
                 <appname>open-ils.reporter-store</appname>  
             </activeapps>
-        </localhost>
+        </evergreen.example.org>
     </hosts>
 
 </opensrf>