From cfb8a353c72f96494cd46a78bd917f6ed8aaef1d Mon Sep 17 00:00:00 2001 From: zhaoqingang <zhaoqg0118@163.com> Date: 星期三, 20 十一月 2024 17:01:07 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/rag-gateway --- app/config/config.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/config.py b/app/config/config.py index 25875d5..435ee86 100644 --- a/app/config/config.py +++ b/app/config/config.py @@ -14,8 +14,8 @@ fetch_fwr_agent: str = '' PUBLIC_KEY: str PRIVATE_KEY: str - HASH_SUB_KEY: str - + PASSWORD_KEY: str + basic_base_url: 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