[open-ils-commits] r7500 - in trunk/Open-ILS: examples src/offline

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Jul 1 21:44:51 EDT 2007


Author: erickson
Date: 2007-07-01 21:41:29 -0400 (Sun, 01 Jul 2007)
New Revision: 7500

Modified:
   trunk/Open-ILS/examples/oils_sip.xml.example
   trunk/Open-ILS/src/offline/offline-config.pl
Log:
updated example config files to opensrf_core.xml

Modified: trunk/Open-ILS/examples/oils_sip.xml.example
===================================================================
--- trunk/Open-ILS/examples/oils_sip.xml.example	2007-07-02 01:33:43 UTC (rev 7499)
+++ trunk/Open-ILS/examples/oils_sip.xml.example	2007-07-02 01:41:29 UTC (rev 7500)
@@ -54,7 +54,7 @@
 	
 			<!-- implementation specific config options go here -->
 			<implementation_config>
-				<bootstrap>/openils/conf/bootstrap.conf</bootstrap>
+				<bootstrap>/openils/conf/opensrf_core.xml</bootstrap>
 				<currency>USD</currency>
 
 				<!-- These defines what this SIP code has the ability to support -->

Modified: trunk/Open-ILS/src/offline/offline-config.pl
===================================================================
--- trunk/Open-ILS/src/offline/offline-config.pl	2007-07-02 01:33:43 UTC (rev 7499)
+++ trunk/Open-ILS/src/offline/offline-config.pl	2007-07-02 01:41:29 UTC (rev 7500)
@@ -1,5 +1,5 @@
 $main::config{base_dir} = '/openils/var/data/offline/';
-$main::config{bootstrap} = '/openils/conf/bootstrap.conf';
+$main::config{bootstrap} = '/openils/conf/opensrf_core.xml';
 $main::config{dsn} = 'dbi:Pg:host=W.X.Y.Z;dbname=TABLE;port=5432';
 $main::config{usr} = 'DBUSER';
 $main::config{pw} = 'DBPASS';



More information about the open-ils-commits mailing list