tanghongbin 5 سال پیش
والد
کامیت
97d9d83c22
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      AnsjerPush/config.py

+ 1 - 1
AnsjerPush/config.py

@@ -144,7 +144,7 @@ APNS_CONFIG = {
     }
 }
 APNS_MODE = 'dev'
-REDIS_ADDRESS = '192.168.136.45'
+REDIS_ADDRESS = '127.0.0.1'
 
 if SERVER_TYPE == 'AnsjerPush.local_settings':
     from AnsjerPush.local_config import *