From d2ef31eab9f185d953c8e00ce95e206e0550571d Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Thu, 1 Oct 2020 11:31:33 +0000 Subject: [PATCH] [Explore | Trunk] update test properties: -add portal type -update search url (https version) git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@59498 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/src/environments/environment.test.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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",