chenjunkai hace 5 años
padre
commit
e53c7eb94c
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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'