From 15b102cfd17d6a018401273419e40cd8c0cb2151 Mon Sep 17 00:00:00 2001 From: Konstantina Galouni Date: Tue, 25 May 2021 10:35:13 +0000 Subject: [PATCH] [Trunk | Monitor]: environments/: Added in all environment files footerGrantText: "This service has received funding from EU grants No. 777541, No 101017452". git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor@61044 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/environments/environment.beta.ts | 3 ++- src/environments/environment.prod.ts | 3 ++- src/environments/environment.ts | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/environments/environment.beta.ts b/src/environments/environment.beta.ts index 5cd6ce1..d71b7f6 100644 --- a/src/environments/environment.beta.ts +++ b/src/environments/environment.beta.ts @@ -109,5 +109,6 @@ export let properties: EnvProperties = { lastIndexUpdate: "2019-08-07", indexInfoAPI: "https://beta.services.openaire.eu/openaire/info/", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", - b2noteAPIURL: "http://b2note-dev.bsc.es/" + b2noteAPIURL: "http://b2note-dev.bsc.es/", + footerGrantText: "This service has received funding from EU grants No. 777541, No 101017452" }; diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 9ed23d8..4473947 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -92,5 +92,6 @@ export let properties: EnvProperties = { lastIndexUpdate: "2019-07-24", indexInfoAPI: "https://services.openaire.eu/openaire/info/", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", - b2noteAPIURL: "http://b2note-dev.bsc.es/" + b2noteAPIURL: "http://b2note-dev.bsc.es/", + footerGrantText: "This service has received funding from EU grants No. 777541, No 101017452" }; diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 15ea2a3..c9493ef 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -98,5 +98,6 @@ export let properties: EnvProperties = { lastIndexUpdate: "2019-05-16", indexInfoAPI: "https://beta.services.openaire.eu/openaire/info/", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", - b2noteAPIURL: "http://b2note-dev.bsc.es/" + b2noteAPIURL: "http://b2note-dev.bsc.es/", + footerGrantText: "This service has received funding from EU grants No. 777541, No 101017452" };