We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c051657 commit 76ac91cCopy full SHA for 76ac91c
.env.example
@@ -12,11 +12,11 @@ AUTHGEAR_ONCE_STRIPE_CHECKOUT_SESSION_PRICE_ID=price_foobar
12
AUTHGEAR_ONCE_STRIPE_WEBHOOK_SIGNING_SECRET=whsec_foobar
13
14
# 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
+AUTHGEAR_ONCE_SMTP_HOST=smtp.example.com
+AUTHGEAR_ONCE_SMTP_PORT=587
+AUTHGEAR_ONCE_SMTP_USERNAME=username
+AUTHGEAR_ONCE_SMTP_PASSWORD=password
+AUTHGEAR_ONCE_SMTP_SENDER=user@example.com
20
21
# The URL scheme to generate a public-facing URL.
22
# When unset, the default is https.
0 commit comments