diff --git a/explore/src/environments/environment.prod.ts b/explore/src/environments/environment.prod.ts index ac297b3b..a5711aca 100644 --- a/explore/src/environments/environment.prod.ts +++ b/explore/src/environments/environment.prod.ts @@ -49,7 +49,7 @@ export let properties: EnvProperties = { piwikBaseUrl: "https://analytics.openaire.eu/piwik.php?idsite=", piwikSiteId: "109", - loginUrl: "https://services.openaire.eu/uoa-user-management/openid_connect_login", + loginUrl: " https://services.openaire.eu/explore-login/openid_connect_login", userInfoUrl: " https://services.openaire.eu/uoa-user-management/api/users/getUserInfo?accessToken=", @@ -119,5 +119,6 @@ export let properties: EnvProperties = { depositLearnHowPage: "/participate/deposit/learn-how", depositSearchPage: "/participate/deposit/search", altMetricsAPIURL: "https://api.altmetric.com/v1/doi/", - reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P" + reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P", + b2noteAPIURL: 'https://b2note.eudat.eu/' }; diff --git a/explore/src/environments/environment.ts b/explore/src/environments/environment.ts index ace8a1bf..fbd532d6 100644 --- a/explore/src/environments/environment.ts +++ b/explore/src/environments/environment.ts @@ -9,7 +9,7 @@ export let properties: EnvProperties = { environment: "development", adminToolsPortalType: "explore", dashboard: "explore", - enablePiwikTrack: true, + enablePiwikTrack: false, useCache: false, useLongCache: false, showAddThis: true,