Update .env.example
This commit is contained in:
@@ -12,9 +12,9 @@ NEXTAUTH_URL=http://localhost:3000
|
||||
NEXT_PUBLIC_BASE_URL=http://localhost:3000
|
||||
|
||||
# SMTP (optional)
|
||||
SMTP_HOST=mail.smtp2go.com
|
||||
SMTP_HOST=smtpserver
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=briannelson.dev
|
||||
SMTP_PASS=xgh14Mq9cKrYt65m
|
||||
SMTP_USER=user
|
||||
SMTP_PASS=password
|
||||
SMTP_FROM_NAME=Wedding Planner
|
||||
SMTP_FROM_EMAIL=hello@briannelson.dev
|
||||
SMTP_FROM_EMAIL=email
|
||||
|
||||
Reference in New Issue
Block a user