From 1c9e771abffa610fe8b0c96540ca804a3e476b73 Mon Sep 17 00:00:00 2001 From: Timm Date: Sun, 20 Apr 2025 01:27:11 +0200 Subject: [PATCH] test/monitor.js aktualisiert --- test/monitor.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/monitor.js b/test/monitor.js index f0ef1da..6733689 100644 --- a/test/monitor.js +++ b/test/monitor.js @@ -17,7 +17,11 @@ const { TOTP_SECRET, LOGIN_URL = 'about:privatebrowsing', LOGOUT_URL = 'about:privatebrowsing', - SUCCESS_TEXT = "", + SUCCESS_TEXT = "", + SMTP_HOST, + SMTP_PORT, + MAIL_FROM, + MAIL_TO, PUSHGATEWAY_URL } = process.env;