37 lines
759 B
YAML
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
|