diff --git a/connect/connectHelper.ts b/connect/connectHelper.ts index 252e25c0..1fbbc59a 100644 --- a/connect/connectHelper.ts +++ b/connect/connectHelper.ts @@ -8,7 +8,7 @@ export class ConnectHelper { if(properties.environment == "development" && (properties.adminToolsPortalType == "connect" || properties.adminToolsPortalType == "community" || properties.adminToolsPortalType == "aggregator" || properties.adminToolsPortalType == "eosc")) { - domain = "canada.explore.openaire.eu"; //for testing + domain = "test.openaire.eu"; //for testing } domain = domain.indexOf("//") != -1? domain.split("//")[1]:domain; //remove https:// prefix if (domain.indexOf('eosc-portal.eu') != -1) {