Skip to content

Commit 0af6ee4

Browse files
committed
SECURITY: Remove actual API keys from documentation files
1 parent a9d0469 commit 0af6ee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MAILERSEND_SETUP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Add these environment variables to your `.env.local` file and Vercel environment
66

77
```bash
88
# MailerSend API Configuration
9-
MAILERSEND_API_KEY=mlsn.5b1c0086a153fc62e780db73e0c8e4b367fa926c25357123b36e7ce9088e14e8
9+
MAILERSEND_API_KEY=your_mailersend_api_key_here
1010
MAILERSEND_FROM_EMAIL=info@litterpic.org
1111
```
1212

@@ -102,7 +102,7 @@ Your MailerSend template `pxkjn41xv7pgz781` expects these variables:
102102
### **Vercel Environment Variables:**
103103
1. Go to Vercel Dashboard → Your Project → Settings → Environment Variables
104104
2. Add:
105-
- `MAILERSEND_API_KEY` = `mlsn.5b1c0086a153fc62e780db73e0c8e4b367fa926c25357123b36e7ce9088e14e8`
105+
- `MAILERSEND_API_KEY` = `your_mailersend_api_key_here`
106106
- `MAILERSEND_FROM_EMAIL` = `info@litterpic.org`
107107

108108
## Migration Notes

0 commit comments

Comments
 (0)