[Opensrf-commits] r1513 - trunk/examples

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Nov 25 12:48:34 EST 2008


Author: dbs
Date: 2008-11-25 12:48:31 -0500 (Tue, 25 Nov 2008)
New Revision: 1513

Modified:
   trunk/examples/opensrf.xml.example
Log:
Let's remove one step from getting OpenSRF running out of the box;
give the persistence database a real default location


Modified: trunk/examples/opensrf.xml.example
===================================================================
--- trunk/examples/opensrf.xml.example	2008-11-25 03:21:16 UTC (rev 1512)
+++ trunk/examples/opensrf.xml.example	2008-11-25 17:48:31 UTC (rev 1513)
@@ -123,7 +123,7 @@
         <app_settings>
 
           <!-- sqlite database file -->
-          <dbfile>/path/to/dbfile/persist.db</dbfile>
+          <dbfile>LOCALSTATEDIR/persist.db</dbfile>
 
         </app_settings>
       </opensrf.persist>
@@ -208,7 +208,7 @@
 <!-- Example of an app-specific setting override -->
         <opensrf.persist>
           <app_settings>
-            <dbfile>/different/path/to/dbfile/persist.db</dbfile>
+            <dbfile>LOCALSTATEDIR/persist-override.db</dbfile>
           </app_settings>
         </opensrf.persist>
 



More information about the opensrf-commits mailing list