diff --git a/email-worker/.env b/email-worker/.env index 55e5827..c0c9be9 100644 --- a/email-worker/.env +++ b/email-worker/.env @@ -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