From 17cd584d5d5f3ef380e64421953b041392f85c30 Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Thu, 11 Mar 2021 14:12:29 +0000 Subject: [PATCH] [Explore | Trunk] - add b2note property in production properties file git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60627 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/src/environments/environment.prod.ts | 5 +++-- explore/src/environments/environment.ts | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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,