Skip to content
Snippets Groups Projects
Commit 6773339c authored by Magali Ruffier's avatar Magali Ruffier
Browse files

add new staging port, not 3306 any more

parent 1d2458fa
No related branches found
No related tags found
No related merge requests found
......@@ -127,6 +127,7 @@ sub run_script {
$reg->load_registry_from_db(
-host => $host,
-user => $user,
-port => 4519,
-species => $species_name);
$vega_dbc = $reg->get_adaptor($species_name,"vega","slice");
......@@ -152,6 +153,7 @@ sub run_script {
$reg->load_registry_from_db(
-host => $host,
-user => $user,
-port => 4519,
-species => $species_name);
$core_dbc = $reg->get_adaptor($species_name,"core","slice");
......
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