Spaces:
Runtime error
Runtime error
ReySajju742
commited on
Update .env
Browse files
.env
CHANGED
@@ -1,11 +1,14 @@
|
|
1 |
-
#
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
1 |
+
# Flask settings
|
2 |
+
FLASK_APP=app.py
|
3 |
+
FLASK_ENV=development
|
4 |
+
|
5 |
+
# Brevo (formerly Sendinblue) API key
|
6 |
+
BREVO_API_KEY=xsmtpsib-9f5b29b661acc0243d2132c93d8ab4024cce4f3011b41a29e72744e21c1ce45b-B1HmQjL72G36FcKS
|
7 |
+
|
8 |
+
# Mail configuration (example: Gmail)
|
9 |
+
MAIL_SERVER=smtp-relay.sendinblue.com # For Brevo (Sendinblue)
|
10 |
+
MAIL_PORT=587 # Port for TLS
|
11 |
+
MAIL_USE_TLS=True # Use TLS encryption
|
12 |
+
MAIL_USERNAME=remproduction786@gmail.com # Your email address
|
13 |
+
MAIL_PASSWORD=your_email_password # Your email password or app password
|
14 |
+
MAIL_DEFAULT_SENDER=remproduction786@gmail.com # Default sender email
|