Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Apr 22, 2024
1 parent 49ece26 commit 95ccbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ type ExternalAuthProviderSettings struct {
// GenerateUsersCount is the number of users to generate in the keycloak instance.
GenerateUsersCount int `default:"0" validate:"range:[0,)"`
// KeycloakRealmName is the name of the realm to be used in Mattermost. Must exist in the keycloak instance.
// Is used when creating users and to properly set the OpenID configuration in Mattermost.
// It is used when creating users and to properly set the OpenID configuration in Mattermost.
KeycloakRealmName string `default:"mattermost"`
// KeycloakClientID is the client id to be used in Mattermost from the above realm.
// Must exist in the keycloak instance
Expand Down

0 comments on commit 95ccbe5

Please sign in to comment.