From 9c632dc526dec3c9366ed749e11bf2fc17101ced Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期二, 19 十一月 2024 17:05:12 +0800
Subject: [PATCH] 增加对话表保存basic的agent会话,会话列表支持basic会话查询
---
app/config/config.py | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/app/config/config.py b/app/config/config.py
index 87c05a3..7d6c676 100644
--- a/app/config/config.py
+++ b/app/config/config.py
@@ -8,8 +8,13 @@
sgb_websocket_url: str = ''
fwr_base_url: str = ''
database_url: str = ''
+ sgb_db_url: str = ''
+ fwr_db_url: str = ''
+ fetch_sgb_agent: str = ''
+ fetch_fwr_agent: str = ''
PUBLIC_KEY: str
PRIVATE_KEY: str
+ PASSWORD_KEY: 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