switched to environment variable for config file lookup

This commit is contained in:
2016-04-19 21:09:15 +02:00
parent 344db8d998
commit 9eb7ec7c8a
3 changed files with 1 additions and 1 deletions

View 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'