Skip to content
Snippets Groups Projects
Commit a3ed5df3 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

[ENSCORESW-1855] Change default user to anonymous

parent 6f502662
No related branches found
No related tags found
No related merge requests found
......@@ -1750,7 +1750,7 @@ sub load_registry_from_db {
my $stable_ids_db;
my $stable_ids_version;
$user ||= "ensro";
$user ||= "anonymous";
if ( !defined($port) ) {
$port = 3306;
if ( $host eq "ensembldb.ensembl.org" && defined($db_version) && $db_version < 48 ) {
......
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