Fix email address in .env.example

This commit is contained in:
jze9
2026-05-28 20:54:29 +05:00
parent 83c3e4232b
commit 0091c0196e

View File

@@ -6,9 +6,9 @@ GPU_PASS=your_vm_password
# https://myaccount.google.com/apppasswords # https://myaccount.google.com/apppasswords
SMTP_HOST=smtp.gmail.com SMTP_HOST=smtp.gmail.com
SMTP_PORT=587 SMTP_PORT=587
SMTP_USER=jze9programer@gmail.com SMTP_USER=jze9programmer@gmail.com
SMTP_PASS=your_gmail_app_password SMTP_PASS=your_gmail_app_password
ALERT_TO=jze9programer@gmail.com ALERT_TO=jze9programmer@gmail.com
WARN_TEMP=80 WARN_TEMP=80
CRIT_TEMP=88 CRIT_TEMP=88