remotes/1693045480750635534/spooky-22
Aevann1 2021-10-03 22:12:35 +02:00
parent a9c9668e2a
commit 8f88892b7b
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ app.config["CACHE_TYPE"] = "filesystem"
app.config["CACHE_DIR"] = "cache"
app.config["RATELIMIT_STORAGE_URL"] = environ.get("REDIS_URL", "redis://127.0.0.1")
app.config['MAIL_SERVER'] = 'smtp.gmail.com'
app.config['MAIL_PORT'] = 465
app.config['MAIL_USE_SSL'] = True
app.config['MAIL_PORT'] = 587
app.config['MAIL_USE_TLS'] = True
app.config['MAIL_USERNAME'] = 'Aevann3@gmail.com'
app.config['MAIL_PASSWORD'] = environ.get("MAIL_PASSWORD", "").strip()