Commit f54c0033 authored by xianyang's avatar xianyang

调用接口加密优化地址

parent 478584d0
......@@ -97,8 +97,8 @@ class ProdEnv(Env):
PHP_URL = "http://47.103.97.109:6750"
env = TestingEnv() # 开发环境
# env = ProdEnv() # 生产环境
# env = TestingEnv() # 开发环境
env = ProdEnv() # 生产环境
redis_data = env.Redis
pool = redis.ConnectionPool(host=redis_data.get("host"), port=redis_data.get("port"), password=redis_data.get("password"),
......
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