[Connect | Trunk]: Change b2noteURL property
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59126 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
632a4556e1
commit
2204b06920
|
@ -124,6 +124,6 @@ export let properties: EnvProperties = {
|
|||
lastIndexUpdate: "2020-05-06",
|
||||
indexInfoAPI: "http://beta.services.openaire.eu/openaire/info/",
|
||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
||||
b2noteAPIURL: "http://b2note-dev.bsc.es/api/",
|
||||
b2noteAPIURL: "http://b2note-dev.bsc.es/",
|
||||
adminPortalURL: "https://beta.admin.connect.openaire.eu"
|
||||
};
|
||||
|
|
|
@ -124,6 +124,6 @@ export let properties: EnvProperties = {
|
|||
lastIndexUpdate: "2020-05-06",
|
||||
indexInfoAPI: "http://beta.services.openaire.eu/openaire/info/",
|
||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
||||
b2noteAPIURL: "http://b2note-dev.bsc.es/api/",
|
||||
b2noteAPIURL: "http://b2note-dev.bsc.es/",
|
||||
adminPortalURL: "https://beta.admin.connect.openaire.eu"
|
||||
};
|
||||
|
|
|
@ -110,6 +110,6 @@ export let properties: EnvProperties = {
|
|||
lastIndexUpdate: '2019-11-01',
|
||||
indexInfoAPI: 'https://dev-openaire.d4science.org/openaire/info/',
|
||||
altMetricsAPIURL: 'https://api.altmetric.com/v1/doi/',
|
||||
b2noteAPIURL: 'http://b2note-dev.bsc.es/api/',
|
||||
b2noteAPIURL: 'https://b2note-dev.bsc.es/',
|
||||
adminPortalURL: 'https://beta.admin.connect.openaire.eu'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue