Browse Source

127.0.0.1

chenjunkai 5 năm trước cách đây
mục cha
commit
e53c7eb94c
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      AnsjerPush/formal_config.py
  2. 1 1
      AnsjerPush/test_config.py

+ 1 - 1
AnsjerPush/formal_config.py

@@ -144,4 +144,4 @@ APNS_CONFIG = {
     }
 }
 APNS_MODE = 'prod'
-REDIS_ADDRESS = 'localhost'
+REDIS_ADDRESS = '127.0.0.1'

+ 1 - 1
AnsjerPush/test_config.py

@@ -142,4 +142,4 @@ APNS_CONFIG = {
     }
 }
 APNS_MODE = 'dev'
-REDIS_ADDRESS = 'localhost'
+REDIS_ADDRESS = '127.0.0.1'