From eb18b5cffcf48ec20cafac4a8407d7a24bfd3b99 Mon Sep 17 00:00:00 2001 From: EduBrain Dev Date: Tue, 14 Apr 2026 13:48:25 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=AE=8C=E5=96=84=20EDUBRAIN=5FBASE=5F?= =?UTF-8?q?URL=20=E9=85=8D=E7=BD=AE=E6=8F=8F=E8=BF=B0=EF=BC=8C=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E7=8B=AC=E7=AB=8B=E9=83=A8=E7=BD=B2=E5=9C=BA=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.py b/app/config.py index f86b8e4..dfb55ca 100644 --- a/app/config.py +++ b/app/config.py @@ -185,7 +185,7 @@ class Settings(BaseSettings): ) EDUBRAIN_BASE_URL: str = Field( default="http://localhost:8765", - description="EduBrain 服务地址(供企业微信机器人调用搜索接口)", + description="EduBrain 后端服务地址,企业微信机器人通过此地址调用后端 API(搜索/OCR识别等)。当机器人与后端部署在同一台机器时使用默认值 http://localhost:8765;若机器人独立部署到其他服务器,需改为后端的实际访问地址(如 http://192.168.1.100:8765)", ) # ──────────────────────────── 属性方法 ────────────────────────────