remotes/1693045480750635534/spooky-22
Aevann1 2021-10-27 00:55:38 +02:00
parent e2a87403c8
commit c00a490657
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ app.config['MAIL_PORT'] = 587
app.config['MAIL_USE_TLS'] = True
app.config['MAIL_USERNAME'] = environ.get("MAIL_USERNAME", "").strip()
app.config['MAIL_PASSWORD'] = environ.get("MAIL_PASSWORD", "").strip()
# app.config['TEMPLATES_AUTO_RELOAD'] = True
# app.config['DEBUG'] = True
app.config['TEMPLATES_AUTO_RELOAD'] = True
app.config['DEBUG'] = True
r=redis.Redis(host=environ.get("REDIS_URL", "redis://0.0.0.0"), decode_responses=True, ssl_cert_reqs=None)