Skip to content

Commit

Permalink
🍱 fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlerebourg committed Jun 9, 2024
1 parent be79ecf commit 4be50bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func New() *Config {
CaptchaGracePeriodSeconds: 1800,
CaptchaHTMLFilePath: "/captcha.html",
BanHTMLFilePath: "",
ForwardedHeadersCustomName: "X-Forwarded-For",
ForwardedHeadersCustomName: "X-Forwarded-For",
ForwardedHeadersTrustedIPs: []string{},
ClientTrustedIPs: []string{},
RedisCacheEnabled: false,
Expand Down

0 comments on commit 4be50bf

Please sign in to comment.