.gitignore updated
This commit is contained in:
12
example.env
Normal file
12
example.env
Normal file
@@ -0,0 +1,12 @@
|
||||
# Email configuration
|
||||
EMAIL_ADDRESS=your_email@gmail.com
|
||||
EMAIL_PASSWORD=your_app_password
|
||||
|
||||
# IMAP settings
|
||||
IMAP_HOST=imap.gmail.com
|
||||
IMAP_PORT=993
|
||||
|
||||
# SMTP settings
|
||||
SMTP_HOST=smtp.gmail.com
|
||||
SMTP_PORT=587
|
||||
|
||||
Reference in New Issue
Block a user