fix: update Mailgun API key and share link secret in environment configuration

This commit is contained in:
Knee Cola
2025-12-30 12:45:40 +01:00
parent a901980a6f
commit 6a1a5e0dca

View File

@@ -6,11 +6,11 @@ EMAIL_BUDGET=10
MONGODB_URI=mongodb://localhost:27017/utility-bills
# Mailgun Configuration
MAILGUN_API_KEY=your-mailgun-api-key-here
MAILGUN_API_KEY=d660e320e0cdeecc125d4ecd6bc5cd66-e61ae8dd-01bdd61a
MAILGUN_DOMAIN=rezije.app
# Security
SHARE_LINK_SECRET=your-secret-key-here
SHARE_LINK_SECRET=fb831e43b5ab594106e093f86fa8cb2a2405c564a61c3a7681079ec416528654
# Server Configuration
PORT=3000