diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml index 9cb56381b2b5660f50fb5ceb597db30efe4f7ecf..af501efb2452727500c6ce7f9b00853c59f3f737 100644 --- a/cesnet-central/deployments/fullhub.yaml +++ b/cesnet-central/deployments/fullhub.yaml @@ -226,7 +226,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.aaitest.owncloud.works" + OCIS_URL = "https://ocis-testing.apps.bst2-test.paas.psnc.pl" # personal space OCIS_PERSONAL_SPACE = "/graph/v1.0/me/drives?%24filter=driveType+eq+personal" # shared space diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml index be44a82ec926b94b23550ffa156948286943a533..851cd2946e4aa4c593ea0364cc05ebb658b0dc45 100644 --- a/testing/deployments/hub.yaml +++ b/testing/deployments/hub.yaml @@ -208,7 +208,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.aaitest.owncloud.works" + OCIS_URL = "https://ocis-testing.apps.bst2-test.paas.psnc.pl" # personal space OCIS_PERSONAL_SPACE = "/graph/v1.0/me/drives?%24filter=driveType+eq+personal" # shared space