zhaozhen 1 年之前
父节点
当前提交
8d42982bca
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      rds_model/db_redis.py

+ 2 - 2
rds_model/db_redis.py

@@ -25,9 +25,9 @@ class DbRedis:
25 25
     @staticmethod
26 26
     def douyin_connect():
27 27
         if DbRedis.__douyin_connection is None:
28
-            host = 'r-2zej6rl3534gcwmgbv.redis.rds.aliyuncs.com'
28
+            host = 'r-2ze28bdb7389a8a4.redis.rds.aliyuncs.com'
29 29
             port = 6379
30
-            password = 'wxw6661!'
30
+            password = 'Zhuaduoduo2017'
31 31
 
32 32
             DbRedis.__douyin_connection = redis.StrictRedis(
33 33
                 host=host,