diff --git a/explore/src/environments/environment.test.ts b/explore/src/environments/environment.test.ts index c9d691e5..55b8b7c2 100644 --- a/explore/src/environments/environment.test.ts +++ b/explore/src/environments/environment.test.ts @@ -3,6 +3,7 @@ import {EnvProperties} from "../app/openaireLibrary/utils/properties/env-propert export let properties: EnvProperties = { environment: "test", dashboard: "explore", + adminToolsPortalType: "explore", enablePiwikTrack: false, useCache: false, useLongCache: true, @@ -14,8 +15,8 @@ export let properties: EnvProperties = { statisticsFrameNewAPIURL: "https://services.openaire.eu/stats/", useNewStatistisTool: false, claimsAPIURL: "https://services.openaire.eu/claims/rest/claimsService/", - searchAPIURLLAst: "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/", - searchResourcesAPIURL: "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/resources", + searchAPIURLLAst: "https://services.openaire.eu/shadowSearch/v2/api/", + searchResourcesAPIURL: "https://services.openaire.eu/shadowSearch/v2/api/resources", openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=", csvAPIURL: "http://services.openaire.eu:8480/shadowSearch/rest/v2/api/reports", searchCrossrefAPIURL: "https://api.crossref.org/works",