diff --git a/email-worker/.env.example b/email-worker/.env.example index 0258cca..0ecb653 100644 --- a/email-worker/.env.example +++ b/email-worker/.env.example @@ -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