[Trunk | Connect]:

1. environment.ts: Changed enermapsURL value to "https://lab.idiap.ch/enermaps" | Removed "enermapsAPIURL" property (enermapsURL is always used instead).
2. environment.beta.ts: Added property enermapsURL: "https://lab.idiap.ch/enermaps". 


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@61230 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2021-06-16 08:13:45 +00:00
parent 55cf2937c1
commit 6eee9f81ef
2 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,7 @@ export let properties: EnvProperties = {
statisticsFrameAPIURL: "https://beta.openaire.eu/stats/",
statisticsFrameNewAPIURL: "https://beta.services.openaire.eu/stats-tool/",
useNewStatistisTool: true,
enermapsURL:"https://lab.idiap.ch/enermaps",
impactFactorsAPIURL: "https://bip-api.imsi.athenarc.gr/paper/scores/batch/",
claimsAPIURL: "https://beta.services.openaire.eu/claims/rest/claimsService/",
searchAPIURLLAst: "https://beta.services.openaire.eu/search/v2/api/",

View File

@ -20,8 +20,7 @@ export let properties: EnvProperties = {
statisticsFrameAPIURL: 'https://beta.openaire.eu/stats/',
statisticsFrameNewAPIURL: "https://beta.services.openaire.eu/stats-tool/",
useNewStatistisTool: true,
enermapsURL:"http://enermaps.idiap.ch",
enermapsAPIURL:"https://lab.idiap.ch/enermaps/api/datasets_full?shared_id=eq.",
enermapsURL:"https://lab.idiap.ch/enermaps",
impactFactorsAPIURL: 'https://bip-api.imsi.athenarc.gr/paper/scores/batch/',
claimsAPIURL: 'http://dl170.madgik.di.uoa.gr:8180/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/',
searchAPIURLLAst: 'https://beta.services.openaire.eu/search/v2/api/',