From 2edc352eb7a137682fb38a8b91a954495ab18971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?= <ak4@sanger.ac.uk> Date: Wed, 4 Mar 2009 10:13:43 +0000 Subject: [PATCH] Beautify. --- modules/t/MultiTestDB.conf.example | 32 +++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/modules/t/MultiTestDB.conf.example b/modules/t/MultiTestDB.conf.example index 71763cc746..9002f09fba 100644 --- a/modules/t/MultiTestDB.conf.example +++ b/modules/t/MultiTestDB.conf.example @@ -1,18 +1,18 @@ -{ - 'port' => 3306, - 'driver' => 'mysql', - 'user' => 'ensadmin', - 'pass' => 'ensembl', - 'host' => 'ecs1d', - 'zip' => 'test_genome.zip', - #add a line with the dbname and module - 'databases' => { - 'homo_sapiens' => {'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor'} - } +{ + 'port' => '3306', + 'driver' => 'mysql', + 'user' => 'ensadmin', + 'pass' => 'XXX', + 'host' => 'ens-research', + 'zip' => 'test_genome.zip', -#uncomment to use preloaded databases (useful when doing lots of testing) -# ,'preloaded' => { -# 'homo_sapiens' => {'core' => 'mcvicker_new_schema' } -# } - + # add a line with the dbname and module + 'databases' => { + 'homo_sapiens' => { 'core' => 'Bio::EnsEMBL::DBSQL::DBAdaptor' } + }, + + # uncomment to use preloaded databases (useful when doing lots of + # testing) + # 'preloaded' => + # { 'homo_sapiens' => { 'core' => 'mcvicker_new_schema' } } } -- GitLab