diff --git a/eosc-devel/deployments/fullhub.yaml b/eosc-devel/deployments/fullhub.yaml index 8113e5efd042dfe404b6637fe130a1d116e69ecf..d6160970588247f24a9552ffe5750be0930ef44e 100644 --- a/eosc-devel/deployments/fullhub.yaml +++ b/eosc-devel/deployments/fullhub.yaml @@ -232,7 +232,7 @@ hub: class WebDavOIDCSpawner(OnedataSpawner): # ownCloud Infinite Scale parameters # (https://owncloud.dev/apis/http/graph/spaces/#list-my-spaces-get-medrives) - OCIS_URL = "https://ocis-testing.apps.bst2-test.paas.psnc.pl" + OCIS_URL = "https://ocis.aaitest.owncloud.works" # personal space OCIS_PERSONAL_SPACE = "/graph/v1.0/me/drives?%24filter=driveType+eq+personal" # shared space diff --git a/eosc-testing/deployments/hub.yaml b/eosc-testing/deployments/hub.yaml index b349199f71f4c9decab4e47cd04b1574549f0215..d02e26533ce97e498f51a07991c0f0604f4f644b 100644 --- a/eosc-testing/deployments/hub.yaml +++ b/eosc-testing/deployments/hub.yaml @@ -217,7 +217,7 @@ hub: class WebDavOIDCSpawner(OnedataSpawner): # ownCloud Infinite Scale parameters # (https://owncloud.dev/apis/http/graph/spaces/#list-my-spaces-get-medrives) - OCIS_URL = "https://ocis-testing.apps.bst2-test.paas.psnc.pl" + OCIS_URL = "https://ocis.aaitest.owncloud.works" # personal space OCIS_PERSONAL_SPACE = "/graph/v1.0/me/drives?%24filter=driveType+eq+personal" # shared space