Skip to content

Commit

Permalink
Add latest changes from drone tests config to local config
Browse files Browse the repository at this point in the history
  • Loading branch information
rhafer committed Oct 10, 2023
1 parent acfe64c commit b512f85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/oc-integration-tests/drone/frontend-global.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ prefix = ""
# at the files/<username> endpoint? what about migration? separate reva instance
files_namespace = "/"

"allow_depth_infinity" = true
allow_depth_infinity = true


# similar to the dav/files endpoint we can configure a prefix for the old webdav endpoint
Expand Down
2 changes: 1 addition & 1 deletion tests/oc-integration-tests/drone/frontend.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ files_namespace = "/users/{{.Id.OpaqueId}}"
webdav_namespace = "/users/{{.Id.OpaqueId}}"
machine_auth_apikey = "change-me-please"

"allow_depth_infinity" = true
allow_depth_infinity = true

[http.services.ocs]
machine_auth_apikey = "change-me-please"
Expand Down
2 changes: 2 additions & 0 deletions tests/oc-integration-tests/local/frontend.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ files_namespace = "/users/{{.Id.OpaqueId}}"
webdav_namespace = "/users/{{.Id.OpaqueId}}"
machine_auth_apikey = "change-me-please"

allow_depth_infinity = true

# serve /ocs which contains the sharing and user provisioning api of owncloud classic
[http.services.ocs]
machine_auth_apikey = "change-me-please"
Expand Down

0 comments on commit b512f85

Please sign in to comment.