add example config file
This commit is contained in:
6
app/config/email.py.example
Normal file
6
app/config/email.py.example
Normal file
@@ -0,0 +1,6 @@
|
||||
MAIL_SERVER = 'smtp.gmail.com'
|
||||
MAIL_PORT = 465
|
||||
MAIL_USE_TLS = False
|
||||
MAIL_USE_SSL = True
|
||||
MAIL_USERNAME = 'your-gmail-username'
|
||||
MAIL_PASSWORD = 'your-gmail-password'
|
||||
Reference in New Issue
Block a user