From 41dc9ca092c013ed860c599ac13a67b7faf753f4 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 7 Apr 2020 17:08:09 +0000 Subject: [PATCH] [Explore | Trunk]: Add b2noteAPIURL property git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@58422 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/deploy/beta-properties.json | 3 ++- explore/deploy/production-properties.json | 3 ++- explore/deploy/test-properties.json | 3 ++- explore/src/assets/env-properties.json | 7 ++++--- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/explore/deploy/beta-properties.json b/explore/deploy/beta-properties.json index 22048b1b..1028afab 100644 --- a/explore/deploy/beta-properties.json +++ b/explore/deploy/beta-properties.json @@ -106,5 +106,6 @@ "depositLearnHowPage": "/participate/deposit/learn-how", "depositSearchPage": "/participate/deposit/search", "altMetricsAPIURL": "https://api.altmetric.com/v1/doi/", - "reCaptchaSiteKey": "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P" + "reCaptchaSiteKey": "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P", + "b2noteAPIURL": "http://b2note-dev.bsc.es/api/" } diff --git a/explore/deploy/production-properties.json b/explore/deploy/production-properties.json index 6f1c55e2..b1513de6 100644 --- a/explore/deploy/production-properties.json +++ b/explore/deploy/production-properties.json @@ -107,5 +107,6 @@ "depositLearnHowPage": "/participate/deposit/learn-how", "depositSearchPage": "/participate/deposit/search", "altMetricsAPIURL": "https://api.altmetric.com/v1/doi/", - "reCaptchaSiteKey": "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P" + "reCaptchaSiteKey": "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P", + "b2noteAPIURL": "http://b2note-dev.bsc.es/api/" } diff --git a/explore/deploy/test-properties.json b/explore/deploy/test-properties.json index 91ee20d4..8902ec3a 100644 --- a/explore/deploy/test-properties.json +++ b/explore/deploy/test-properties.json @@ -107,5 +107,6 @@ "depositLearnHowPage": "/participate/deposit/learn-how", "depositSearchPage": "/participate/deposit/search", "altMetricsAPIURL": "https://api.altmetric.com/v1/doi/", - "reCaptchaSiteKey": "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P" + "reCaptchaSiteKey": "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P", + "b2noteAPIURL": "http://b2note-dev.bsc.es/api/" } diff --git a/explore/src/assets/env-properties.json b/explore/src/assets/env-properties.json index ce51767c..2bfc403c 100644 --- a/explore/src/assets/env-properties.json +++ b/explore/src/assets/env-properties.json @@ -49,9 +49,9 @@ "feedbackmail" :"kostis30fylloy@gmail.com", - "cacheUrl" :"http://dl170.madgik.di.uoa.gr:3000/get?url=", + "cacheUrl" :"http://mpagasas.di.uoa.gr:3200/get?url=", - "adminToolsAPIURL" :"http://duffy.di.uoa.gr:8080/uoa-admin-tools/", + "adminToolsAPIURL" :"http://dl170.madgik.di.uoa.gr:8080/uoa-admin-tools/", "adminToolsCommunity" :"openaire", "datasourcesAPI": "https://beta.services.openaire.eu/openaire/ds/search/", @@ -105,5 +105,6 @@ "depositLearnHowPage": "/participate/deposit/learn-how", "depositSearchPage": "/participate/deposit/search", "altMetricsAPIURL": "https://api.altmetric.com/v1/doi/", - "reCaptchaSiteKey": "6LcVtFIUAAAAAB2ac6xYivHxYXKoUvYRPi-6_rLu" + "reCaptchaSiteKey": "6LcVtFIUAAAAAB2ac6xYivHxYXKoUvYRPi-6_rLu", + "b2noteAPIURL": "http://b2note-dev.bsc.es/api/" }