Skip to content

Commit

Permalink
fix: allow mapstructure override for site url
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Dec 7, 2024
1 parent 0eac017 commit 4a7e73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type (
Enabled bool `toml:"enabled"`
Image string `toml:"-"`

SiteUrl string `toml:"site_url"`
SiteUrl string `toml:"site_url" mapstructure:"site_url"`
AdditionalRedirectUrls []string `toml:"additional_redirect_urls"`
JwtExpiry uint `toml:"jwt_expiry"`
EnableRefreshTokenRotation bool `toml:"enable_refresh_token_rotation"`
Expand Down

0 comments on commit 4a7e73e

Please sign in to comment.