diff --git a/src/environments/environment.beta.ts b/src/environments/environment.beta.ts index 5a048ad..15a3979 100644 --- a/src/environments/environment.beta.ts +++ b/src/environments/environment.beta.ts @@ -35,6 +35,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 47cf8df..40df9fc 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -35,6 +35,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 f666938..34a2835 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -40,6 +40,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/',