Skip to content

Commit

Permalink
Change username.suffix to users.domain
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wregglesworth committed Jun 5, 2024
1 parent 5e634b5 commit 5187e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func main() {
log.Fatal(errors.Wrap(err, "Can't parse database.uri in the config file"))
}

userSuffix := config.String("username.suffix")
userSuffix := config.String("users.domain")
if userSuffix == "" {
log.Fatal("users.domain must be set in the configuration file")
}
Expand Down

0 comments on commit 5187e38

Please sign in to comment.