From cccfae3c51b7735ef3a6d62cf999ed2a59912aca Mon Sep 17 00:00:00 2001 From: PalchikovAleksandr Date: Sun, 6 Sep 2026 17:34:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.env b/.env index 7f09f58..6e2c245 100644 --- a/.env +++ b/.env @@ -1,3 +1,4 @@ +APP_URL=http://localhost:5000 SECRET_KEY= WTF_CSRF_SECRET_KEY= @@ -24,3 +25,12 @@ DB_USER=root DB_PASSWORD= DB_NAME=secrettext DB_PORT=3306 + +MAIL_ENABLED=true +MAIL_SERVER=smtp.google.ru +MAIL_PORT=587 +MAIL_USE_TLS=true +MAIL_USE_SSL=false +MAIL_USERNAME=noreply@secrettext.ru +MAIL_PASSWORD= +MAIL_DEFAULT_SENDER=noreply@secrettext.ru \ No newline at end of file