diff --git a/.env.example b/.env.example deleted file mode 100644 index 565ba5e..0000000 --- a/.env.example +++ /dev/null @@ -1,12 +0,0 @@ -# SMTP Configuration -SMTP_HOST=smtp.example.com -SMTP_PORT=587 -SMTP_USER=your-email@example.com -SMTP_PASS=your-password - -# Email Settings -ADMIN_EMAIL=admin@example.com -WEBSITE_NAME=Your Website Name - -# Environment -NODE_ENV=development \ No newline at end of file