From df7ce5852b6f34801ac7a5ef5e91aaef614591cc Mon Sep 17 00:00:00 2001 From: Glenn Proctor <gp1@sanger.ac.uk> Date: Tue, 6 Apr 2010 14:29:07 +0000 Subject: [PATCH] Cleaned up output, removed turkey --- misc-scripts/xref_projection/submit_projections.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc-scripts/xref_projection/submit_projections.pl b/misc-scripts/xref_projection/submit_projections.pl index 7f5676bbaf..5111112cfe 100644 --- a/misc-scripts/xref_projection/submit_projections.pl +++ b/misc-scripts/xref_projection/submit_projections.pl @@ -21,15 +21,15 @@ my $conf = "release_58.ini"; # registry config file, specifies Compara location my @config = ( { '-host' => 'ens-staging1', '-port' => '3306', - '-user' => 'XXX', - '-pass' => 'XXX', + '-user' => 'ensadmin', + '-pass' => 'ensembl', '-db_version' => $release }, { '-host' => 'ens-staging2', '-port' => '3306', - '-user' => 'XXX', - '-pass' => 'XXX', + '-user' => 'ensadmin', + '-pass' => 'ensembl', '-db_version' => $release } ); -- GitLab