From 8bdc8ec7839ea8036d6cb91514ad000e545d9205 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 23 十月 2024 23:31:22 +0800 Subject: [PATCH] 删除无用配置,mysql配置支持从环境变量读取,更改dockerfile, 完善readme --- app/config/config.py | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/app/config/config.py b/app/config/config.py index e3d254f..dae7353 100644 --- a/app/config/config.py +++ b/app/config/config.py @@ -10,9 +10,6 @@ database_url: str = '' PUBLIC_KEY: str PRIVATE_KEY: str - bisheng_agent_id: str - ragflow_agent_id: str - ragflow_chat_id: str def __init__(self, **kwargs): # Check if all required fields are provided and set them for field in self.__annotations__.keys(): -- Gitblit v1.8.0