Skip to content

Commit 76ac91c

Browse files
Fix typo in SMTP env vars
1 parent c051657 commit 76ac91c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.env.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ AUTHGEAR_ONCE_STRIPE_CHECKOUT_SESSION_PRICE_ID=price_foobar
1212
AUTHGEAR_ONCE_STRIPE_WEBHOOK_SIGNING_SECRET=whsec_foobar
1313

1414
# SMTP related cnfigurations.
15-
SMTP_HOST=smtp.example.com
16-
SMTP_PORT=587
17-
SMTP_USERNAME=username
18-
SMTP_PASSWORD=password
19-
SMTP_SENDER=user@example.com
15+
AUTHGEAR_ONCE_SMTP_HOST=smtp.example.com
16+
AUTHGEAR_ONCE_SMTP_PORT=587
17+
AUTHGEAR_ONCE_SMTP_USERNAME=username
18+
AUTHGEAR_ONCE_SMTP_PASSWORD=password
19+
AUTHGEAR_ONCE_SMTP_SENDER=user@example.com
2020

2121
# The URL scheme to generate a public-facing URL.
2222
# When unset, the default is https.

0 commit comments

Comments
 (0)