Skip to content

Commit

Permalink
commit 8a2dcc2
Browse files Browse the repository at this point in the history
Author: Jörn Friedrich Dreyer <jfd@butonic.de>
Date:   Wed Jun 30 15:07:09 2021 +0200

    fix env vars

    pls double check if I got all!
  • Loading branch information
butonic committed Jun 30, 2021
1 parent 763738e commit 5757da4
Show file tree
Hide file tree
Showing 16 changed files with 888 additions and 888 deletions.
264 changes: 132 additions & 132 deletions extensions/accounts/configuration.md

Large diffs are not rendered by default.

92 changes: 46 additions & 46 deletions extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-06-29T11:00:50+0000"
date: "2021-06-30T13:08:18+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down Expand Up @@ -34,51 +34,6 @@ 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.

### glauth health

Check health status

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





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

































### glauth ocis-glauth

Expand Down Expand Up @@ -268,4 +223,49 @@ Usage: `glauth server [command options] [arguments...]`

-fallback-use-graphapi | $GLAUTH_FALLBACK_USE_GRAPHAPI
: use Graph API, only for owncloud datastore. Default: `flags.OverrideDefaultBool(cfg.Fallback.UseGraphAPI, true)`.

### glauth health

Check health status

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





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

































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-29T11:00:50+0000"
date: "2021-06-30T13:08:18+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-06-29T11:00:50+0000"
date: "2021-06-30T13:08:18+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down
Loading

0 comments on commit 5757da4

Please sign in to comment.