Modif watchdog relevés

This commit is contained in:
2026-01-08 08:48:33 +01:00
parent 6c3772266c
commit 2fd850e426
4 changed files with 211 additions and 134 deletions

View File

@@ -10,8 +10,8 @@ load_dotenv('/home/debian/Gestion_sondes/.env')
SMTP_HOST = os.getenv("SMTP_HOST", "smtp.mail.ovh.net")
SMTP_PORT = int(os.getenv("SMTP_PORT", "465"))
SMTP_LOGIN = os.getenv("SMTP_LOGIN") # ex: services@domo91.fr
SMTP_PASSWORD = os.getenv("SMTP_PASSWORD") # mot de passe OVH
SMTP_LOGIN = os.getenv("SMTP_USER") # ex: services@domo91.fr
SMTP_PASSWORD = os.getenv("SMTP_PASS") # mot de passe OVH
MAIL_FROM = os.getenv("MAIL_FROM", SMTP_LOGIN)
MAIL_TO = os.getenv("MAIL_TO") # ex: services@domo91.fr