Skip to content

Commit

Permalink
fix: Smtp example env var
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-dalmet committed Oct 6, 2023
1 parent 5cd2c74 commit b8a0ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ NEXT_PUBLIC_IS_DEMO="false"
AUTH_SECRET="Replace me with `openssl rand -base64 32` generated secret"

# EMAILS
EMAIL_SERVER="smtp://username:password@localhost:1025"
EMAIL_SERVER="smtp://username:password@0.0.0.0:1025"
EMAIL_FROM="Start UI <[email protected]>"

# LOGGER
Expand Down

1 comment on commit b8a0ebd

@vercel
Copy link

@vercel vercel bot commented on b8a0ebd Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.