Skip to content

Commit

Permalink
Merge pull request #3852 from owncloud/users-driver
Browse files Browse the repository at this point in the history
add missing USERS_DRIVER env var
  • Loading branch information
micbar committed May 23, 2022
2 parents 94a4e8d + db88ba9 commit ac5738c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/users/pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type Config struct {

SkipUserGroupsInToken bool `yaml:"skip_user_groups_in_token" env:"USERS_SKIP_USER_GROUPS_IN_TOKEN" desc:"Disables the encoding of the user's groupmember ships in the reva access token. To reduces token size, especially when users are members of a large number of groups."`

Driver string `yaml:"driver" desc:"The user driver which should be used by the users service (e.g. ldap)".`
Driver string `yaml:"driver" env:"USERS_DRIVER" desc:"The user driver which should be used by the users service. Defaults to 'ldap', can be 'owncloudsql', 'json' or 'rest'"`
Drivers Drivers `yaml:"drivers"`

Supervised bool `yaml:"-"`
Expand Down

0 comments on commit ac5738c

Please sign in to comment.