From af1615f7a519e593003f9f75622418e05df716ae Mon Sep 17 00:00:00 2001
From: Alistair Rust <rust@sanger.ac.uk>
Date: Tue, 5 Nov 2002 09:54:31 +0000
Subject: [PATCH] Just a wee renaming of the MultiTestDB conf file.

---
 modules/t/MultiTestDB.conf | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 modules/t/MultiTestDB.conf

diff --git a/modules/t/MultiTestDB.conf b/modules/t/MultiTestDB.conf
new file mode 100644
index 0000000000..14bc2b5043
--- /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' }
+
+}
-- 
GitLab