Skip to content

Commit

Permalink
change config
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Richter <[email protected]>
  • Loading branch information
dragonchaser committed Jul 20, 2023
1 parent 3945fd6 commit 62b87b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/oc-integration-tests/drone/frontend-global.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ prefix = ""
# at the files/<username> endpoint? what about migration? separate reva instance
files_namespace = "/"

"allow_depth_infinity" = true


# similar to the dav/files endpoint we can configure a prefix for the old webdav endpoint
# we use the old webdav endpoint to present the cs3 namespace
# note: this changes the tree that is rendered at remote.php/webdav from the users home to the cs3 namespace
Expand Down
2 changes: 2 additions & 0 deletions tests/oc-integration-tests/drone/frontend.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ files_namespace = "/users/{{.Id.OpaqueId}}"
webdav_namespace = "/users/{{.Id.OpaqueId}}"
machine_auth_apikey = "change-me-please"

"allow_depth_infinity" = true

[http.services.ocs]
machine_auth_apikey = "change-me-please"

Expand Down

0 comments on commit 62b87b6

Please sign in to comment.