Explorar el Código

修改欧洲redis节点为oci Redis

locky hace 1 año
padre
commit
943cef8b0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      AnsjerPush/eur_config/eur_formal_config.py

+ 1 - 1
AnsjerPush/eur_config/eur_formal_config.py

@@ -21,7 +21,7 @@ SECRET_ACCESS_KEY = 'ckYLg4Lo9ZXJIcJEAKkzf2rWvs8Xth1FCjqiAqUw'
 PUSH_BUCKET = 'foreignpush'                                # 推送存储桶
 
 # redis节点
-REDIS_ADDRESS = 'push-redis-ro.av1kep.ng.0001.euw1.cache.amazonaws.com'
+REDIS_ADDRESS = '10.80.1.133'
 
 APNS_MODE = 'prod'