remotes/1693045480750635534/spooky-22
Aevann1 2022-02-10 23:52:09 +02:00
parent 55b056711a
commit 83dacb01ef
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ app.config["READ_ONLY"]=bool(int(environ.get("READ_ONLY", "0")))
app.config["BOT_DISABLE"]=bool(int(environ.get("BOT_DISABLE", False)))
app.config["CACHE_TYPE"] = "RedisCache"
app.config["CACHE_REDIS_URL"] = environ.get("REDIS_URL", "redis://localhost")
app.config["CACHE_KEY_PREFIX"] = app.config["SITE_NAME"]
app.config['MAIL_SERVER'] = 'smtp.gmail.com'
app.config['MAIL_PORT'] = 587
app.config['MAIL_USE_TLS'] = True