Browse Source

修改redis配置

locky 4 years ago
parent
commit
f25b92ef5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AnsjerPush/config.py

+ 1 - 1
AnsjerPush/config.py

@@ -152,7 +152,7 @@ APNS_CONFIG = {
     }
 }
 APNS_MODE = 'dev'
-REDIS_ADDRESS = '127.0.0.1'
+REDIS_ADDRESS = 'pushredis.3xavzq.0001.cnw1.cache.amazonaws.com.cn'
 
 if SERVER_TYPE == 'AnsjerPush.local_settings':
     from AnsjerPush.local_config import *