Skip to content

Commit

Permalink
Update services/web/pkg/config/options.go
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar authored Apr 28, 2023
1 parent 1391829 commit 07d808d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/web/pkg/config/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Options struct {
Upload Upload `json:"upload" yaml:"upload"`
Editor Editor `json:"editor" yaml:"editor"`
ContextHelpersReadMore bool `json:"contextHelpersReadMore" yaml:"contextHelpersReadMore" env:"WEB_OPTION_CONTEXTHELPERS_READ_MORE" desc:"Specifies whether the 'Read more' link should be displayed or not."`
LogoutURL string `json:"logoutURL" yaml:"logoutURL" env:"WEB_OPTION_LOGOUT_URL" desc:"The logout url"`
LogoutURL string `json:"logoutURL" yaml:"logoutURL" env:"WEB_OPTION_LOGOUT_URL" desc:"Adds a link to the user's profile page to point him to an external page, where he can manage his session and devices. This is helpful when an external IdP is used. This option is disabled by default."`
}

// AccountEditLink are the AccountEditLink options
Expand Down

0 comments on commit 07d808d

Please sign in to comment.