Skip to content
Snippets Groups Projects
Commit 6cff9789 authored by Andy Yates's avatar Andy Yates
Browse files

This is an Ensembl script; defaults should reflect this & not other team's defaults

parent a171ed43
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,11 @@ use strict;
use Getopt::Long;
my ( $host, $user, $pass, $port, $dbname );
# Master database location:
my ( $mhost, $mport ) = ( 'mysql-eg-pan-1.ebi.ac.uk', '4276' );
my ( $muser, $mpass ) = ( 'ensro', undef );
my $mdbname = 'ensembl_production';
# Master database location:
my ( $mhost, $mport ) = ( 'ens-staging1', '3306' );
my ( $muser, $mpass ) = ( 'ensro', undef );
my $mdbname = 'ensembl_production';
GetOptions( "host|h=s", \$host,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment