From a8cf7b82b950f151a1c98fb95271e2b55f7f9088 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 28 Jun 2019 10:06:22 +0000 Subject: [PATCH] [Explore|Trunk]: Add utilsService on properties git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@56260 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/deploy/beta-properties.json | 1 + explore/deploy/production-properties.json | 1 + explore/src/assets/env-properties.json | 1 + 3 files changed, 3 insertions(+) diff --git a/explore/deploy/beta-properties.json b/explore/deploy/beta-properties.json index 5faa1aae..783f69fc 100644 --- a/explore/deploy/beta-properties.json +++ b/explore/deploy/beta-properties.json @@ -31,6 +31,7 @@ "ercGuidlines" : "http://erc.europa.eu/sites/default/files/document/file/ERC_Open_Access_Guidelines-revised_2014.pdf", "helpdesk" : "https://www.openaire.eu/support/helpdesk", "uploadService" : "https://demo.openaire.eu/upload/", + "utilsService" : "https://demo.openaire.eu/utils-service/", "vocabulariesAPI" :"https://beta.services.openaire.eu/provision/mvc/vocabularies/", diff --git a/explore/deploy/production-properties.json b/explore/deploy/production-properties.json index 99ab159c..c3062f53 100644 --- a/explore/deploy/production-properties.json +++ b/explore/deploy/production-properties.json @@ -31,6 +31,7 @@ "ercGuidlines" : "http://erc.europa.eu/sites/default/files/document/file/ERC_Open_Access_Guidelines-revised_2014.pdf", "helpdesk" : "https://www.openaire.eu/support/helpdesk", "uploadService" : "https://explore.openaire.eu/upload/", + "utilsService" : "https://demo.openaire.eu/utils-service/", "vocabulariesAPI" :"https://services.openaire.eu/provision/mvc/vocabularies/", diff --git a/explore/src/assets/env-properties.json b/explore/src/assets/env-properties.json index 49103252..6c2c3b7f 100644 --- a/explore/src/assets/env-properties.json +++ b/explore/src/assets/env-properties.json @@ -31,6 +31,7 @@ "ercGuidlines" : "http://erc.europa.eu/sites/default/files/document/file/ERC_Open_Access_Guidelines-revised_2014.pdf", "helpdesk" : "https://www.openaire.eu/support/helpdesk", "uploadService" : "http://scoobydoo.di.uoa.gr:8000/upload", + "utilsService" : "https://mpagasas.di.uoa.gr:8000", "vocabulariesAPI" :"https://beta.services.openaire.eu/provision/mvc/vocabularies/",