Skip to content

Commit

Permalink
Set true as default value
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillafanez committed Sep 15, 2021
1 parent 0dc818e commit 30ff032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accounts/pkg/flagset/flagset.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
},
&cli.BoolFlag{
Name: "demo-users-and-groups",
Value: flags.OverrideDefaultBool(cfg.Server.DemoUsersAndGroups, true),
Usage: "Enable demo users and groups",
EnvVars: []string{"ACCOUNTS_DEMO_USERS_AND_GROUPS"},
Destination: &cfg.Server.DemoUsersAndGroups,
Expand Down

0 comments on commit 30ff032

Please sign in to comment.