We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e56a03 commit 1c0472aCopy full SHA for 1c0472a
.env.example
@@ -49,6 +49,7 @@ REDIS_PASSWORD=null
49
REDIS_PORT=6379
50
51
MAIL_MAILER=log
52
+
53
MAIL_HOST=127.0.0.1
54
MAIL_PORT=2525
55
MAIL_USERNAME=null
@@ -57,7 +58,7 @@ MAIL_ENCRYPTION=null
57
58
MAIL_FROM_ADDRESS="[email protected]"
59
MAIL_FROM_NAME="${APP_NAME}"
60
-RESEND_API_KEY=
61
+RESEND_API_KEY=null
62
63
AWS_ACCESS_KEY_ID=
64
AWS_SECRET_ACCESS_KEY=
0 commit comments