Fix support email: correct Mailgun credentials in .env.deploy.example

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-05-14 17:26:28 +01:00
parent c948b34f5f
commit a40e3d4052

View file

@ -73,9 +73,9 @@ LLAMA_CLOUD_BASE_URL=
# Email (Mailgun)
# -----------------------------------------------------------------------
MAILGUN_API_URL=https://api.mailgun.net/v3/mg.oliver.solutions/messages
MAILGUN_API_KEY=1d8c6f38c53f237305353cc2e55f39f2-c6620443-4b9961f5
MAILGUN_FROM=noreply@mg.oliver.solutions
MAILGUN_API_URL=https://api.mailgun.net/v3/oliver.solutions/messages
MAILGUN_API_KEY=4f29b5aa2d8860c9a4b52c7810bcdcf3-f3238714-5ea385e7
MAILGUN_FROM=admin@oliver.solutions
SUPPORT_EMAIL=BAICsupport@oliver.agency
# -----------------------------------------------------------------------