修改settings.py

master
wkyuu 3 years ago
parent 8c2159fee7
commit f0915223b0

@ -197,4 +197,6 @@ redisconn = redis.Redis(host = '127.0.0.1', port = '6379', password = 'x', db =
10[深入理解Python线程中join()函数](https://www.linuxidc.com/Linux/2019-03/157795.htm)
11
11[如何理解Python装饰器- 知乎](https://www.zhihu.com/question/26930016/answer/360300235)
12

@ -25,7 +25,7 @@ FILEPATH = {
}
# REDIS 相关配置
REDIS_HOST = '159.75.135.137'
REDIS_HOST = 'tencentCloud'
REDIS_PORT = '6379'
REDIS_PASSWORD = 'root'
REDIS_LISTNAME = "urlList"
Loading…
Cancel
Save