We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
split_words
AuditLog
1 parent 80758dd commit 7ecb234Copy full SHA for 7ecb234
internal/conf/configuration.go
@@ -257,7 +257,7 @@ type GlobalConfiguration struct {
257
Tracing TracingConfig
258
Metrics MetricsConfig
259
SMTP SMTPConfiguration
260
- AuditLog AuditLogConfiguration
+ AuditLog AuditLogConfiguration `split_words:"true"`
261
262
RateLimitHeader string `split_words:"true"`
263
RateLimitEmailSent Rate `split_words:"true" default:"30"`
0 commit comments