Commit 1035f3f4 by Aeolus

redis修改配置

parent cd078cab
...@@ -11,7 +11,7 @@ SECRET_KEY = "MgwuKKEcAk2UIaGxHAwnf38YvjvXMCqb" ...@@ -11,7 +11,7 @@ SECRET_KEY = "MgwuKKEcAk2UIaGxHAwnf38YvjvXMCqb"
SQLALCHEMY_TRACK_MODIFICATIONS = False SQLALCHEMY_TRACK_MODIFICATIONS = False
if is_prod: if is_prod:
TENCENT_REDIS_URL = "redis://:Boosal2014@172.17.0.5:6379" TENCENT_REDIS_URL = "redis://:Boosal2014@172.17.0.15:6379"
else: else:
TENCENT_REDIS_URL = "redis://:Boosal2014@49.235.36.102:16379" TENCENT_REDIS_URL = "redis://:Boosal2014@49.235.36.102:16379"
IMG_HEAD_URL = "https://dev-1255927177.cos.ap-shanghai.myqcloud.com" IMG_HEAD_URL = "https://dev-1255927177.cos.ap-shanghai.myqcloud.com"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment