Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Jun 5, 2023
1 parent 2d449fa commit 9289ee0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ ocm_prefix = "ocm"
{{< /highlight >}}
{{% /dir %}}

{{% dir name="endpoint" type="string" default="http://localhost" %}}
This host's URL. [[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/ocmprovider/ocmprovider.go#L38)
{{% dir name="endpoint" type="string" default="This host's URL. If it's not configured, it is assumed OCM is not available." %}}
[[Ref]](https://github.com/cs3org/reva/tree/master/internal/http/services/ocmprovider/ocmprovider.go#L38)
{{< highlight toml >}}
[http.services.ocmprovider]
endpoint = "http://localhost"
endpoint = "This host's URL. If it's not configured, it is assumed OCM is not available."
{{< /highlight >}}
{{% /dir %}}

Expand Down

0 comments on commit 9289ee0

Please sign in to comment.