updated example config files to opensrf_core.xml
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 2 Jul 2007 01:41:29 +0000 (01:41 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 2 Jul 2007 01:41:29 +0000 (01:41 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7500 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/oils_sip.xml.example
Open-ILS/src/offline/offline-config.pl

index 7d3c4e5..9e807c0 100644 (file)
@@ -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 -->
index 1e19685..3c0497b 100755 (executable)
@@ -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';