zhaozhen 1 year ago
parent
commit
8d42982bca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rds_model/db_redis.py

+ 2 - 2
rds_model/db_redis.py

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