Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arlejeun authored Nov 7, 2017
1 parent 0997c1b commit 2c66d30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
MONGO_DB = True
MONGO_USERS_COLLECTION_NAME = 'users'

MAIL_DEFAULT_SENDER = 'dashboard.community.center@gmail.com'
MAIL_DEFAULT_SENDER = 'lejeune.arnaud@gmail.com'
MAIL_SERVER = 'smtp.gmail.com'
MAIL_PORT = 465
MAIL_USE_SSL = True
MAIL_USERNAME = 'dashboard.community.center@gmail.com'
MAIL_PASSWORD = 'blackmail32'
MAIL_USERNAME = 'lejeune.arnaud@gmail.com'
MAIL_PASSWORD = '*********************'

WTF_CSRF_ENABLED = False
DEBUG_TB_INTERCEPT_REDIRECTS = False
Expand Down Expand Up @@ -62,4 +62,4 @@
# Static content
STATIC_FOLDER = 'frontend/static'
# For production use:
#STATIC_FOLDER = 'frontend/static/build/es6-bundled'
#STATIC_FOLDER = 'frontend/static/build/es6-bundled'

0 comments on commit 2c66d30

Please sign in to comment.