From d674a0fb6ac1f48324a67f22c20efcf2541dd57a Mon Sep 17 00:00:00 2001 From: thuttu Date: Mon, 7 Sep 2026 20:45:03 +0300 Subject: [PATCH] Delete .env We dont want to track this file --- .env | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 2092350..0000000 --- a/.env +++ /dev/null @@ -1,8 +0,0 @@ -# Incoming mail (IMAPS) -IMAP_HOST=ssl://mail.eternityproject.fi -IMAP_PORT=993 - -# Outgoing mail (SMTP with STARTTLS) -SMTP_HOST=mail.eternityproject.fi -SMTP_PORT=587 -SMTP_AUTH_TYPE=PLAIN \ No newline at end of file