Modif watchdog relevés
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user