fix: update Mailgun API key and share link secret in environment configuration
This commit is contained in:
@@ -6,11 +6,11 @@ EMAIL_BUDGET=10
|
|||||||
MONGODB_URI=mongodb://localhost:27017/utility-bills
|
MONGODB_URI=mongodb://localhost:27017/utility-bills
|
||||||
|
|
||||||
# Mailgun Configuration
|
# Mailgun Configuration
|
||||||
MAILGUN_API_KEY=your-mailgun-api-key-here
|
MAILGUN_API_KEY=d660e320e0cdeecc125d4ecd6bc5cd66-e61ae8dd-01bdd61a
|
||||||
MAILGUN_DOMAIN=rezije.app
|
MAILGUN_DOMAIN=rezije.app
|
||||||
|
|
||||||
# Security
|
# Security
|
||||||
SHARE_LINK_SECRET=your-secret-key-here
|
SHARE_LINK_SECRET=fb831e43b5ab594106e093f86fa8cb2a2405c564a61c3a7681079ec416528654
|
||||||
|
|
||||||
# Server Configuration
|
# Server Configuration
|
||||||
PORT=3000
|
PORT=3000
|
||||||
|
|||||||
Reference in New Issue
Block a user