fixed test warning

This commit is contained in:
Jonas Linter
2025-10-15 08:55:51 +02:00
parent 3669d0ca00
commit 5a0ae44a45
4 changed files with 54 additions and 26 deletions

View File

@@ -44,15 +44,15 @@ alpine_bits_auth:
email:
# SMTP server configuration
smtp:
host: "smtp.gmail.com" # Your SMTP server
port: 587 # Usually 587 for TLS, 465 for SSL
username: !secret EMAIL_USERNAME # SMTP username
host: "smtp.titan.email" # Your SMTP server
port: 465 # Usually 587 for TLS, 465 for SSL
username: info@99tales.net # SMTP username
password: !secret EMAIL_PASSWORD # SMTP password
use_tls: true # Use STARTTLS
use_ssl: false # Use SSL/TLS from start
use_tls: false # Use STARTTLS
use_ssl: true # Use SSL/TLS from start
# Email addresses
from_address: "noreply@99tales.com" # Sender address
from_address: "info@99tales.net" # Sender address
from_name: "AlpineBits Monitor" # Sender display name
# Monitoring and alerting
@@ -61,8 +61,8 @@ email:
daily_report:
enabled: false # Set to true to enable daily reports
recipients:
- "admin@99tales.com"
- "dev@99tales.com"
- "jonas@vaius.ai"
#- "dev@99tales.com"
send_time: "08:00" # Time to send daily report (24h format, local time)
include_stats: true # Include reservation/customer stats
include_errors: true # Include error summary
@@ -71,8 +71,8 @@ email:
error_alerts:
enabled: false # Set to true to enable error alerts
recipients:
- "alerts@99tales.com"
- "oncall@99tales.com"
- "jonas@vaius.ai"
#- "oncall@99tales.com"
# Alert is sent immediately if threshold is reached
error_threshold: 5 # Send immediate alert after N errors
# Otherwise, alert is sent after buffer time expires