视频会议保存

This commit is contained in:
duoaohui
2026-05-18 21:23:00 +08:00
parent fb965cc8c4
commit 5a5706c236
20 changed files with 1211 additions and 1 deletions

View File

@@ -57,6 +57,22 @@ media_server:
close_retry: 2
create_router_retry: 1 # Task 16 NitCreateRouter 在 5xx/网络错误时的额外重试次数
# 外部 LLM/STT 配置中心Phase B 语音转文字)
# 仅做只读 t_llm_provider/t_llm_model/t_llm_key
# 通过 ECHOCHAT_LLM_SOURCE_HOST / _USER / _PASSWORD / _DBNAME 在容器中覆盖
llm_source:
enabled: false
host: ""
port: 3306
user: ""
password: ""
dbname: ""
charset: utf8mb4
parse_time: true
loc: Local
max_idle_conns: 5
max_open_conns: 20
# 会议模块生命周期参数Phase 2e-2 Task 8
meeting:
host_grace_seconds: 120