From ece8193281858d015b3246b2d235adcf9dc366dd Mon Sep 17 00:00:00 2001 From: Masonlet Date: Tue, 7 Jul 2026 22:41:52 -0400 Subject: [PATCH] fix: move .env.example to vercel --- .env.example | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .env.example diff --git a/.env.example b/.env.example deleted file mode 100644 index b5505e5..0000000 --- a/.env.example +++ /dev/null @@ -1,18 +0,0 @@ -# Shared email settings -FROM_EMAIL=email@yourdomain.com -TO_EMAIL=contact@yourdomain.com,other@yourdomain.com - -# CORS (comma-separated) -ALLOWED_ORIGINS=https://www.yourdomain.com,https://www.otherdomain.com - -# Multi-provider email config -# Choose a provider, then uncomment and fill in its variables. - -# resend -# EMAIL_PROVIDER=resend -# RESEND_API_KEY=re_xxxxxxxxxx # Resend API key - -# nodemailer -# EMAIL_PROVIDER=nodemailer -# SMTP_CONFIG={"host":"smtp.gmail.com","port":587,"secure":false,"auth":{"user":"your@gmail.com","pass":"app-password"}} -