refactor(ragflow): 移除 Searxng Web 端口配置项

移除了 data.yml 文件中的 Searxng Web 端口配置项,包括以下内容:
- 删除了 additionalProperties 下的 formFields 数组
- 移除了与 Searxng Web 端口相关的所有配置参数
This commit is contained in:
brightching 2025-02-17 10:43:30 +08:00
parent 039e3cc081
commit 1b7d3e26f2
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
additionalProperties:
formFields:
- default: 3005
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Searxng Web Port
labelZh: Searxng Web 通讯端口
required: true
rule: paramPort
type: number