Skip to content

Commit 56bb7d3

Browse files
authored
chore: remove mailgun api key value
1 parent d86b734 commit 56bb7d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.local_dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ DO_REGION=us-west
4545
USE_LOCAL=TRUE
4646

4747
# Email mailgun or set SMTP_ENABLE true to use SMTP config (The app will not initialize if any of these 3 variables are not set) *********************************************************************************************************************
48-
MAILGUN_API_KEY=XXXXX
48+
MAILGUN_API_KEY=
4949
MAILGUN_DOMAIN=mail.yourdomain.com
5050
51-
SMTP_ENABLE=true
51+
SMTP_ENABLE=
5252
SMTP_HOST=smtp.yourhost.com
5353
SMTP_PORT=443
5454

0 commit comments

Comments
 (0)