Skip to content

Commit

Permalink
[chore]Try2 heroku config
Browse files Browse the repository at this point in the history
  • Loading branch information
valeria-chemtai committed May 19, 2017
1 parent ce20ba8 commit 4e19a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
EMAIL_PORT = 587
EMAIL_HOST_USER = os.environ['EMAIL_HOST_USER']
EMAIL_HOST_PASSWORD = os.environ['EMAIL_HOST_PASSWORD']
EMAIL_USE_TLS = False
EMAIL_USE_TLS = True


BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
Expand Down

0 comments on commit 4e19a63

Please sign in to comment.