Skip to content

Commit

Permalink
Merge pull request #6 from marktennyson/development
Browse files Browse the repository at this point in the history
removed password from the examples
  • Loading branch information
marktennyson authored Aug 11, 2021
2 parents 84c2a63 + 2ca82aa commit e069d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def create_app():


app.config['MAIL_USERNAME'] = "[email protected]"
app.config['MAIL_PASSWORD'] = "zpaxrkdjaxgoqrll"
app.config['MAIL_PASSWORD'] = ""
app.config['MAIL_FROM'] = "[email protected]"
app.config['MAIL_PORT'] = 587
app.config['MAIL_SERVER'] = "smtp.gmail.com"
Expand Down

0 comments on commit e069d13

Please sign in to comment.