Skip to content
Snippets Groups Projects

Updating testing ownCloud hostname

Merged Jaromír Hradil requested to merge test_owncloud_host into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -226,7 +226,7 @@ hub:
@@ -226,7 +226,7 @@ hub:
class WebDavOIDCSpawner(OnedataSpawner):
class WebDavOIDCSpawner(OnedataSpawner):
# ownCloud Infinite Scale parameters
# ownCloud Infinite Scale parameters
# (https://owncloud.dev/apis/http/graph/spaces/#list-my-spaces-get-medrives)
# (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
# personal space
OCIS_PERSONAL_SPACE = "/graph/v1.0/me/drives?%24filter=driveType+eq+personal"
OCIS_PERSONAL_SPACE = "/graph/v1.0/me/drives?%24filter=driveType+eq+personal"
# shared space
# shared space
Loading