Skip to content

Commit 7ecb234

Browse files
authored
fix: use split_words config option for AuditLog (#2075)
Without this the config should be `GOTRUE_AUDITLOG_DISABLE_POSTGRES` instead (no underscore).
1 parent 80758dd commit 7ecb234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/conf/configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ type GlobalConfiguration struct {
257257
Tracing TracingConfig
258258
Metrics MetricsConfig
259259
SMTP SMTPConfiguration
260-
AuditLog AuditLogConfiguration
260+
AuditLog AuditLogConfiguration `split_words:"true"`
261261

262262
RateLimitHeader string `split_words:"true"`
263263
RateLimitEmailSent Rate `split_words:"true" default:"30"`

0 commit comments

Comments
 (0)