<!-- 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 -->
$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';