diff --git a/Repositories/statistics/config/inc.vars.es_src.php b/Repositories/statistics/config/inc.vars.es_src.php index 0509f71..626d280 100755 --- a/Repositories/statistics/config/inc.vars.es_src.php +++ b/Repositories/statistics/config/inc.vars.es_src.php @@ -40,16 +40,20 @@ // NJS 2006-06-14: Generalised the connection list to support // multiple EPrints archives. Also added the natural-language // archive name for easy reference. + // NJS 2010-01-21: Also added the database name, as this can be + // different from the archive name. "eprints_archives" => array( "otago_eprints" => array( "sqlserver_eprints" => "localhost", + "sqldb_eprints" => "otago_eprints_v3", "sqluser_eprints" => "otago_eprints", "sqlpass_eprints" => "DrSyntaxRidesAgain", ), "cardrona" => array( "sqlserver_eprints" => "localhost", + "sqldb_eprints" => "cardrona_v3", "sqluser_eprints" => "cardrona", - "sqlpass_eprints" => "chautquau", + "sqlpass_eprints" => "DrSyntaxRidesAgain", ), ), ),