chenjunkai 5 vuotta sitten
vanhempi
commit
e53c7eb94c
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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'