Skip to content

Commit

Permalink
commit f02f2a3
Browse files Browse the repository at this point in the history
Merge: 7c5a6ee 3af8170
Author: Phil Davis <phil@jankaritech.com>
Date:   Tue Jun 29 16:43:53 2021 +0545

    Merge pull request #2228 from owncloud/bump-commit-ids

    [full-ci][tests-only] Bump web commit id for tests
  • Loading branch information
phil-davis committed Jun 29, 2021
1 parent d1bb8d6 commit 763738e
Show file tree
Hide file tree
Showing 15 changed files with 891 additions and 891 deletions.
276 changes: 138 additions & 138 deletions extensions/accounts/configuration.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-06-29T10:43:36+0000"
date: "2021-06-29T11:00:50+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/graph-explorer/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-06-29T10:43:36+0000"
date: "2021-06-29T11:00:50+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down
78 changes: 39 additions & 39 deletions extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-06-29T10:43:36+0000"
date: "2021-06-29T11:00:50+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down Expand Up @@ -34,6 +34,44 @@ If multiple variables are listed for one option, they are in order of precedence
### Commandline flags

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### graph health

Check health status

Usage: `graph health [command options] [arguments...]`






-debug-addr | $GRAPH_DEBUG_ADDR
: Address to debug endpoint. Default: `flags.OverrideDefaultString(cfg.Debug.Addr, "0.0.0.0:9124")`.

























### graph ocis-graph

Expand Down Expand Up @@ -188,42 +226,4 @@ Usage: `graph server [command options] [arguments...]`

-webdav-namespace | $STORAGE_WEBDAV_NAMESPACE
: Namespace prefix for the webdav endpoint. Default: `flags.OverrideDefaultString(cfg.WebdavNamespace, "/home")`.

### graph health

Check health status

Usage: `graph health [command options] [arguments...]`






-debug-addr | $GRAPH_DEBUG_ADDR
: Address to debug endpoint. Default: `flags.OverrideDefaultString(cfg.Debug.Addr, "0.0.0.0:9124")`.

























Loading

0 comments on commit 763738e

Please sign in to comment.