Commit 0198c5e6 authored by xianyang's avatar xianyang

优化

parent 47e7f76e
......@@ -93,8 +93,8 @@ class ProdEnv(Env):
CLEARING_CENTER_PORT: int = 5454
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