[Explore | Trunk]: Add b2note production URL

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@60164 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-12-18 11:09:24 +00:00
parent 238349f8d8
commit 09af1f2f2b
4 changed files with 4 additions and 4 deletions

View File

@ -116,5 +116,5 @@ export let properties: EnvProperties = {
depositSearchPage: "/participate/deposit/search",
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
b2noteAPIURL: "http://b2note-dev.bsc.es/"
b2noteAPIURL: 'https://b2note.eudat.eu/'
};

View File

@ -117,5 +117,5 @@ export let properties: EnvProperties = {
depositSearchPage: "/participate/deposit/search",
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
b2noteAPIURL: "http://b2note-dev.bsc.es/"
b2noteAPIURL: 'https://b2note.eudat.eu/'
};

View File

@ -116,5 +116,5 @@ export let properties: EnvProperties = {
depositSearchPage: "/participate/deposit/search",
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
b2noteAPIURL: "http://b2note-dev.bsc.es/"
b2noteAPIURL: 'https://b2note.eudat.eu/'
};

View File

@ -120,5 +120,5 @@ export let properties: EnvProperties = {
depositSearchPage: "/participate/deposit/search",
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
reCaptchaSiteKey: "6LcVtFIUAAAAAB2ac6xYivHxYXKoUvYRPi-6_rLu",
b2noteAPIURL: "http://b2note-dev.bsc.es/"
b2noteAPIURL: 'https://b2note.eudat.eu/'
};