From 61c60eff60eb04a9e82df0cfc5ba1db5c6fd55a4 Mon Sep 17 00:00:00 2001 From: argirok Date: Tue, 29 Oct 2024 13:19:26 +0200 Subject: [PATCH] [develop | ADDED| CHANGED ] add test search API, add local widget url --- utils/properties/environments/environment.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/properties/environments/environment.ts b/utils/properties/environments/environment.ts index d01c3519..ba62a57a 100644 --- a/utils/properties/environments/environment.ts +++ b/utils/properties/environments/environment.ts @@ -101,9 +101,9 @@ export let commonDev: EnvProperties = { statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/", statisticsFrameAPIURL: "https://beta.openaire.eu/stats/", statisticsFrameNewAPIURL: "https://beta.services.openaire.eu/stats-tool/", - claimsAPIURL: "http://scoobydoo.di.uoa.gr:8181/claimsService/", - searchAPIURLLAst: "http://rudie.di.uoa.gr:8280/dnet-functionality-services-2.0.0-SNAPSHOT/rest/v2/api/", - searchResourcesAPIURL: "http://rudie.di.uoa.gr:8280/dnet-functionality-services-2.0.0-SNAPSHOT/rest/v2/api/resources", + claimsAPIURL: "http://dl170.madgik.di.uoa.gr:19780/uoa-claims-service/claimsService/", + searchAPIURLLAst: "http://beta.services.openaire.eu:8480/test/rest/v2/api/", + searchResourcesAPIURL: "http://beta.services.openaire.eu:8480/test/rest/v2/api/resources", openCitationsAPIURL: "https://services.openaire.eu/opencitations/getCitations?id=", csvAPIURL: "https://beta.services.openaire.eu/search/v2/api/reports", @@ -122,7 +122,7 @@ export let commonDev: EnvProperties = { contextsAPI: "https://dev-openaire.d4science.org/openaire/context", communityAPI: "https://dev-openaire.d4science.org/openaire/community/", lastIndexInformationLink: "https://www.openaire.eu/aggregation-and-content-provision-workflows", - widgetLink: "https://beta.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=", + widgetLink: "http://scoobydoo.di.uoa.gr/joomla/index.php?option=com_openaire&view=widget&format=raw&projectId=", claimsInformationLink: "https://www.openaire.eu/linking-beta", indexInfoAPI: "https://beta.services.openaire.eu/openaire/info/", admins: ['kostis30fylloy@gmail.com', 'alexandros.martzios@athenarc.gr', 'kgalouni@di.uoa.gr'],