Files
DMARC-Sentinel/tests/fixtures/config_test.yml
T
2026-05-16 12:05:36 -03:00

37 lines
759 B
YAML

app:
name: "DMARC Sentinel"
base_url: "https://sentinel.tukutoi.com"
timezone: "Europe/Zurich"
poll_interval_minutes: 30
database_url: "sqlite:///data/test-main.sqlite3"
log_level: "INFO"
max_attachment_decompressed_mb: 20
max_reports_per_poll: 200
security:
dashboard_auth_enabled: false
api_token_required: false
llm:
provider: "openai"
api_key_env: "OPENAI_API_KEY"
model: "gpt-4.1-mini"
inboxes:
- id: "tukutoi"
label: "Tukutoi"
domain: "tukutoi.com"
imap_host: "mail.tukutoi.com"
username_env: "TUKUTOI_IMAP_USER"
password_env: "TUKUTOI_IMAP_PASSWORD"
folder: "DMARC"
recipient: "dmarcreports@tukutoi.com"
enabled: true
known_senders:
tukutoi.com: []
alerts:
email:
enabled: false