From dc478b065693dd24e4cae719186d6aafb2d24f6d Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期一, 25 十一月 2024 10:05:10 +0800
Subject: [PATCH] difyq 接入
---
app/config/config.py | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/app/config/config.py b/app/config/config.py
index 25875d5..3c97edc 100644
--- a/app/config/config.py
+++ b/app/config/config.py
@@ -14,8 +14,11 @@
fetch_fwr_agent: str = ''
PUBLIC_KEY: str
PRIVATE_KEY: str
- HASH_SUB_KEY: str
-
+ PASSWORD_KEY: str
+ basic_base_url: str = ''
+ basic_paper_url: str = ''
+ dify_base_url: str = ''
+ dify_api_token: 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