mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
🧑💻 Update SMTP host for local development (#1552)
This commit is contained in:
parent
24558c26bd
commit
3201670b54
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ NEXT_PUBLIC_SELF_HOSTED=false
|
|||
SENTRY_IGNORE_API_RESOLUTION_ERROR=1
|
||||
|
||||
# Mailhog SMTP settings
|
||||
SMTP_HOST=localhost
|
||||
SMTP_HOST=0.0.0.0
|
||||
SMTP_PORT=1025
|
||||
SMTP_SECURE=false
|
||||
SMTP_USER=
|
||||
|
|
Loading…
Add table
Reference in a new issue