From 3edf08c7e482f32bc1db0cc9786b64e17b097000 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 22 十一月 2024 17:06:09 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/rag-gateway --- app/config/config.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/app/config/config.py b/app/config/config.py index 7d6c676..271c588 100644 --- a/app/config/config.py +++ b/app/config/config.py @@ -15,6 +15,8 @@ PUBLIC_KEY: str PRIVATE_KEY: str PASSWORD_KEY: str + basic_base_url: str = '' + basic_paper_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