21 lines
713 B
Plaintext
21 lines
713 B
Plaintext
# ====== LLM / Analyzer (works locally; fill with your own if needed) ======
|
|
# Leave these blank if you want the built-in “dummy” behavior or your code handles missing keys gracefully.
|
|
AZURE_OPENAI_ENDPOINT=
|
|
AZURE_OPENAI_API_KEY=
|
|
AZURE_OPENAI_API_VERSION=2025-01-01-preview
|
|
AZURE_OPENAI_CHAT_DEPLOYMENT=gpt-4o-mini
|
|
|
|
# ====== Email (Mailtrap sandbox) — optional ======
|
|
MAIL_ENABLED=true
|
|
MAIL_FROM=alerts@intesa-pipeline.local
|
|
MAIL_TO=you@company.com
|
|
SMTP_HOST=sandbox.smtp.mailtrap.io
|
|
SMTP_PORT=2525
|
|
SMTP_USER=YOUR_MAILTRAP_USER
|
|
SMTP_PASS=YOUR_MAILTRAP_PASS
|
|
|
|
# ====== Azure placeholders (intentionally empty for now) ======
|
|
AZURE_STORAGE_CONNECTION_STRING=
|
|
AZURE_STORAGE_CONTAINER=
|
|
AZURE_STORAGE_QUEUE_NAME=
|