This commit is contained in:
Aevann1 2021-09-14 01:24:56 +02:00
parent 1f7800afb0
commit f77a834c63

View file

@ -58,6 +58,8 @@ app.jinja_env.cache = {}
app.config["UserAgent"] = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36"
app.config["CACHE_TYPE"] = "redis"
app.config["CACHE_DIR"] = environ.get("CACHE_DIR", "cache")
# captcha configs