(config) email-worker: .env populated with working credentials

This commit is contained in:
Knee Cola
2025-12-30 17:51:41 +01:00
parent 5f99ba26c4
commit 3db0348b8d

View File

@@ -3,10 +3,11 @@ PULL_INTERVAL=60000
EMAIL_BUDGET=10
# MongoDB Configuration
MONGODB_URI=mongodb://localhost:27017/utility-bills
MONGODB_URI=mongodb://root:HjktJCPWMBtM1ACrDaw7@localhost:27017
# Mailgun Configuration
MAILGUN_API_KEY=d660e320e0cdeecc125d4ecd6bc5cd66-e61ae8dd-01bdd61a
# MAILGUN_API_KEY=d660e320e0cdeecc125d4ecd6bc5cd66-e61ae8dd-01bdd61a
MAILGUN_API_KEY=f581edcac21ec14d086ef25e36f04432-e61ae8dd-e207f22b
MAILGUN_DOMAIN=rezije.app
# Security
@@ -16,7 +17,7 @@ SHARE_LINK_SECRET=fb831e43b5ab594106e093f86fa8cb2a2405c564a61c3a7681079ec4165286
PORT=3001
# Logging
DEBUG=worker:*,email:*,db:*
DEBUG=*
# Prometheus Metrics (optional)
PROMETHEUS_APP_LABEL=email-worker