add new property for BIP charts API, update submodules
This commit is contained in:
parent
0623defdb6
commit
1389b9d934
|
@ -1 +1 @@
|
|||
Subproject commit 0a519c667a6286a0bedb528ef4741c53ba5c3532
|
||||
Subproject commit beebd6c6d7be3e3d8aa3a500dd14c0f498e09b87
|
|
@ -1 +1 @@
|
|||
Subproject commit 4f2bd1c8aed9232f9180fa2b9baba20f0c6962b8
|
||||
Subproject commit 43aa38eacd6fc81ccbbf12cfd98c6c49a8494c60
|
|
@ -1 +1 @@
|
|||
Subproject commit 99ecab0b4e9ceed21424c8fa26ef270b4695b11e
|
||||
Subproject commit 0dd2be3ea52ed03c437f3ced198d0afa0a5006d7
|
|
@ -12,6 +12,7 @@ export let properties: EnvProperties = {
|
|||
statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/",
|
||||
statisticsFrameAPIURL: "https://beta.openaire.eu/stats/",
|
||||
statisticsFrameNewAPIURL: "https://beta.services.openaire.eu/stats-tool/",
|
||||
bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=",
|
||||
useNewStatistisTool: true,
|
||||
claimsAPIURL: "https://beta.services.openaire.eu/claims/rest/claimsService/",
|
||||
searchAPIURLLAst: "https://beta.services.openaire.eu/search/v2/api/",
|
||||
|
|
|
@ -12,6 +12,7 @@ export let properties: EnvProperties = {
|
|||
statisticsAPIURL: "https://beta.services.openaire.eu/stats-api/",
|
||||
statisticsFrameAPIURL: "https://www.openaire.eu/stats/",
|
||||
statisticsFrameNewAPIURL: "https://services.openaire.eu/stats-tool/",
|
||||
bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=",
|
||||
useNewStatistisTool: true,
|
||||
claimsAPIURL: "https://services.openaire.eu/claims/rest/claimsService/",
|
||||
searchAPIURLLAst: "https://services.openaire.eu/search/v2/api/",
|
||||
|
|
|
@ -17,6 +17,7 @@ export let properties: EnvProperties = {
|
|||
statisticsAPIURL: "http://vatopedi.di.uoa.gr:8080/stats/",
|
||||
statisticsFrameAPIURL: "https://beta.openaire.eu/stats/",
|
||||
statisticsFrameNewAPIURL: "https://stats.madgik.di.uoa.gr/stats-api/",
|
||||
bipFrameAPIURL: "https://bip.imsi.athenarc.gr/api/impact-chart?id=",
|
||||
useNewStatistisTool: true,
|
||||
claimsAPIURL: "http://rudie.di.uoa.gr:8980/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/",
|
||||
// claimsAPIURL: "http://dl170.madgik.di.uoa.gr:8180/dnet-claims-service-2.0.0-SNAPSHOT/rest/claimsService/",
|
||||
|
|
Loading…
Reference in New Issue