Skip to content

Commit

Permalink
Updated autogenerated docs from previous patches
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Sep 17, 2021
1 parent 0b33ceb commit 0edd9c8
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ description: >
Configuration for the OCDav service
---

{{% pageinfo %}}
TODO
{{% /pageinfo %}}
# _struct: Config_

{{% dir name="prefix" type="string" default=".well-known" %}}
Where the HTTP service is exposed.
{{% dir name="drivers" type="map[string]map[string]interface{}" default="localhome" %}}
[[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/owncloud/ocdav/ocdav.go#L110)
{{< highlight toml >}}
[http.services.wellknown]
prefix = "/"
[http.services.owncloud.ocdav.drivers.localhome]
root = "/var/tmp/reva/"
share_folder = "/MyShares"
user_layout = "{{.Username}}"

{{< /highlight >}}
{{% /dir %}}

0 comments on commit 0edd9c8

Please sign in to comment.