Skip to content

Commit 84bea67

Browse files
author
Irae Hueck Costa
committed
fix: correct SMTP secret typo in config.go
1 parent 8334e95 commit 84bea67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/lib/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ func NewConfigFromEnv() Config {
5151
ArchiveDatabase: env("WEBSTATS_ARCHIVE_DATABASE"),
5252
ArchiveMaxAge: envDuration("WEBSTATS_ARCHIVE_MAX_AGE"),
5353
MailgunSecretApiKey: envDefault("WEBSTATS_MAILGUN_SECRET_API_KEY", "dummy"),
54-
SMTPSecret: envDefault("WEBSTATS_SMTP_SECREET", "dummy"),
54+
SMTPSecret: envDefault("WEBSTATS_SMTP_SECRET", "dummy"),
5555
}
5656
}

0 commit comments

Comments
 (0)