diff --git a/modules/t/MultiTestDB.conf b/modules/t/MultiTestDB.conf new file mode 100644 index 0000000000000000000000000000000000000000..14bc2b5043013302ffd9488ffdf4c562e4c36755 --- /dev/null +++ b/modules/t/MultiTestDB.conf @@ -0,0 +1,13 @@ +{ + 'port' => 3306, + 'driver' => 'mysql', + 'user' => 'ensadmin', + 'pass' => 'ensembl', + 'host' => 'ecs1c', + 'zip' => 'multidb.zip', + + #add a line with the dbname and module + 'databases' => { 'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor', + 'lite' => 'Bio::EnsEMBL::Lite::DBAdaptor' } + +}