Eosc data transfer:
- add and use separate property for login url - use new API url
This commit is contained in:
parent
4cbfb40120
commit
2db6ee98e4
|
@ -1 +1 @@
|
||||||
Subproject commit 65cc8504eaa645b32af7ea4238445d9cc47c2556
|
Subproject commit 764b92ae66c45836e9d59ff0f9c3827addef4ead
|
|
@ -110,7 +110,8 @@ export let properties: EnvProperties = {
|
||||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
||||||
reCaptchaSiteKey: null,
|
reCaptchaSiteKey: null,
|
||||||
footerGrantText : "",
|
footerGrantText : "",
|
||||||
eoscDataTransferAPI : "https://eosc-data-transfer.vm.fedcloud.eu",
|
eoscDataTransferAPI : "https://eosc-data-transfer.test.fedcloud.eu",
|
||||||
|
eoscDataTransferLoginUrl:"https://explore.eosc-portal.eu/egi-login-service/openid_connect_login",
|
||||||
eoscDataTransferDestinations : [
|
eoscDataTransferDestinations : [
|
||||||
{label: "EGI dCache (dcache-demo.desy.de)", value:
|
{label: "EGI dCache (dcache-demo.desy.de)", value:
|
||||||
{label : "EGI dCache (dcache-demo.desy.de)", url: "https://dcache-demo.desy.de:2443", id: "dcache",
|
{label : "EGI dCache (dcache-demo.desy.de)", url: "https://dcache-demo.desy.de:2443", id: "dcache",
|
||||||
|
|
|
@ -110,7 +110,8 @@ export let properties: EnvProperties = {
|
||||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
||||||
reCaptchaSiteKey: null,
|
reCaptchaSiteKey: null,
|
||||||
footerGrantText : "This OpenAIRE gateway is part of a project that has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452",
|
footerGrantText : "This OpenAIRE gateway is part of a project that has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452",
|
||||||
eoscDataTransferAPI : "https://eosc-data-transfer.vm.fedcloud.eu",
|
eoscDataTransferAPI : "https://eosc-data-transfer.test.fedcloud.eu",
|
||||||
|
eoscDataTransferLoginUrl:"http://rudie.di.uoa.gr:8580/openid_connect_login",
|
||||||
eoscDataTransferDestinations : [
|
eoscDataTransferDestinations : [
|
||||||
{label: "EGI dCache (dcache-demo.desy.de)", value:
|
{label: "EGI dCache (dcache-demo.desy.de)", value:
|
||||||
{label : "EGI dCache (dcache-demo.desy.de)", url: "https://dcache-demo.desy.de:2443", id: "dcache",
|
{label : "EGI dCache (dcache-demo.desy.de)", url: "https://dcache-demo.desy.de:2443", id: "dcache",
|
||||||
|
|
Loading…
Reference in New Issue