diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..9eec20b --- /dev/null +++ b/.env.example @@ -0,0 +1,6 @@ +EMAIL_SENDER=your_account@yandex.ru +EMAIL_PASSWORD=your_app_password +WEBHOOK_URL=https://webhook.site/your-unique-id + +SMTP_SERVER=smtp.yandex.ru +SMTP_PORT=465 \ No newline at end of file