From 1b725e73c41eabc91df12f37d55dd6e728b7d7d3 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Tue, 10 Oct 2023 17:50:32 +0300 Subject: [PATCH] [Monitor Dashboard | develop]: environments/: Added property swhURL: "https://archive.softwareheritage.org/". --- src/app/openaireLibrary | 2 +- src/environments/environment.beta.ts | 1 + src/environments/environment.prod.ts | 1 + src/environments/environment.ts | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index 1b98944..c294885 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 1b989441db0b1f808d1b626d3588901d54ffaf90 +Subproject commit c29488545e6450bd422baf158623df07b4e8cb8a diff --git a/src/environments/environment.beta.ts b/src/environments/environment.beta.ts index aec10d6..6d544bb 100644 --- a/src/environments/environment.beta.ts +++ b/src/environments/environment.beta.ts @@ -31,6 +31,7 @@ export let properties: EnvProperties = { cordisURL: "http://cordis.europa.eu/projects/", openDoarURL: "http://v2.sherpa.ac.uk/id/repository/", r3DataURL: "http://service.re3data.org/repository/", + swhURL: "https://archive.softwareheritage.org/", fairSharingURL: "https://fairsharing.org/", eoscMarketplaceURL: "https://marketplace.eosc-portal.eu/services/", sherpaURL: 'http://sherpa.ac.uk/romeo/issn/', diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 92b3acb..49f9d5f 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -31,6 +31,7 @@ export let properties: EnvProperties = { cordisURL: "http://cordis.europa.eu/projects/", openDoarURL: "http://v2.sherpa.ac.uk/id/repository/", r3DataURL: "http://service.re3data.org/repository/", + swhURL: "https://archive.softwareheritage.org/", fairSharingURL: "https://fairsharing.org/", eoscMarketplaceURL: "https://marketplace.eosc-portal.eu/services/", sherpaURL: 'http://sherpa.ac.uk/romeo/issn/', diff --git a/src/environments/environment.ts b/src/environments/environment.ts index d822edb..ce0d4cf 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -38,6 +38,7 @@ export let properties: EnvProperties = { cordisURL: "http://cordis.europa.eu/projects/", openDoarURL: "http://v2.sherpa.ac.uk/id/repository/", r3DataURL: "http://service.re3data.org/repository/", + swhURL: "https://archive.softwareheritage.org/", fairSharingURL: "https://fairsharing.org/", eoscMarketplaceURL: "https://marketplace.eosc-portal.eu/services/", sherpaURL: 'http://sherpa.ac.uk/romeo/issn/',