df
This commit is contained in:
parent
1f7800afb0
commit
f77a834c63
1 changed files with 2 additions and 0 deletions
|
@ -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["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")
|
app.config["CACHE_DIR"] = environ.get("CACHE_DIR", "cache")
|
||||||
|
|
||||||
# captcha configs
|
# captcha configs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue