We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fab7d commit ce3bb3cCopy full SHA for ce3bb3c
router/pkg/config/config.go
@@ -449,7 +449,7 @@ type RateLimitConfiguration struct {
449
Debug bool `yaml:"debug" envDefault:"false" env:"RATE_LIMIT_DEBUG"`
450
KeySuffixExpression string `yaml:"key_suffix_expression,omitempty" env:"RATE_LIMIT_KEY_SUFFIX_EXPRESSION"`
451
ErrorExtensionCode RateLimitErrorExtensionCode `yaml:"error_extension_code"`
452
- FailOpen bool `yaml:"fail_open" env:"RATE_LIMIT_FAIL_OPEN"`
+ FailOpen bool `yaml:"fail_open" envDefault:"false" env:"RATE_LIMIT_FAIL_OPEN"`
453
}
454
455
type RateLimitErrorExtensionCode struct {
0 commit comments