[Monitor Dashboard | Trunk]: Add b2note production url
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60163 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
08cd0a90cd
commit
71d4a51cc6
|
@ -118,5 +118,5 @@ export let properties: EnvProperties = {
|
|||
lastIndexUpdate: "2019-08-07",
|
||||
indexInfoAPI: "http://beta.services.openaire.eu/openaire/info/",
|
||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
||||
b2noteAPIURL: "http://b2note-dev.bsc.es/"
|
||||
b2noteAPIURL: 'https://b2note.eudat.eu/'
|
||||
};
|
||||
|
|
|
@ -118,5 +118,5 @@ export let properties: EnvProperties = {
|
|||
lastIndexUpdate: "2019-07-24",
|
||||
indexInfoAPI: "http://services.openaire.eu/openaire/info/",
|
||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
||||
b2noteAPIURL: "http://b2note-dev.bsc.es/"
|
||||
b2noteAPIURL: 'https://b2note.eudat.eu/'
|
||||
}
|
||||
|
|
|
@ -106,5 +106,5 @@ export let properties: EnvProperties = {
|
|||
lastIndexUpdate: "2019-05-16",
|
||||
indexInfoAPI: "http://beta.services.openaire.eu/openaire/info/",
|
||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
||||
b2noteAPIURL: "http://b2note-dev.bsc.es/"
|
||||
b2noteAPIURL: 'https://b2note.eudat.eu/'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue