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/",