diff --git a/utils/properties/env-properties.ts b/utils/properties/env-properties.ts index 2efe4dea..57ad55e3 100644 --- a/utils/properties/env-properties.ts +++ b/utils/properties/env-properties.ts @@ -34,6 +34,7 @@ export class EnvProperties { cordisURL; openDoarURL; r3DataURL; + sherpaURL; // Zenodo's url zenodo; @@ -50,6 +51,8 @@ export class EnvProperties { ercGuidlines; // helpdesk link helpdesk; + // helpdesk email + helpdeskEmail; utilsService;