small doc fixes

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2022-06-15 10:50:22 +00:00
parent ef1f2ba759
commit 2930ac5282
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ type LDAP struct {
}
type Identity struct {
Backend string `yaml:"backend" env:"GRAPH_IDENTITY_BACKEND"`
Backend string `yaml:"backend" env:"GRAPH_IDENTITY_BACKEND" desc:"The user identity backend to use, defaults to 'ldap', can be 'cs3'."`
LDAP LDAP `yaml:"ldap"`
}