Browse Source

线上流程增加redis处理流

luojiehua 2 years ago
parent
commit
dbf264bccc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      BiddingKG/dl/common/source.py

+ 2 - 1
BiddingKG/dl/common/source.py

@@ -2,7 +2,8 @@
 
 
 import redis
 import redis
 
 
-REDIS_HOST="192.168.2.103"
+# REDIS_HOST="192.168.2.103"#本地测试环境
+REDIS_HOST="192.168.0.115"#线上环境
 REDIS_PORT=6379
 REDIS_PORT=6379
 REDIS_PASS="daf!#@#fdasf234"
 REDIS_PASS="daf!#@#fdasf234"