mirror of
https://github.com/skoelle/calender_sync.git
synced 2026-09-17 18:20:24 +00:00
new optional notify feature
This commit is contained in:
@@ -27,3 +27,14 @@ API_PORT=8000
|
||||
|
||||
# Zeitzone für die API/Web-UI (Default: UTC)
|
||||
# TIMEZONE=Europe/Berlin
|
||||
|
||||
# Optional: Tägliche E-Mail Benachrichtigung um 6 Uhr
|
||||
# SMTP_HOST=smtp.example.com
|
||||
# SMTP_PORT=587
|
||||
# SMTP_USER=user@example.com
|
||||
# SMTP_PASSWORD=dein_passwort
|
||||
# SMTP_FROM=user@example.com
|
||||
# SMTP_USE_TLS=true
|
||||
# NOTIFY_EMAIL=empfaenger@example.com
|
||||
# NOTIFY_TIME=6
|
||||
# NOTIFY_TIMEZONE=Europe/Berlin
|
||||
|
||||
Reference in New Issue
Block a user