From 326675a68de1f8be374f8c46387db33a8f1eb9be Mon Sep 17 00:00:00 2001 From: duoaohui <928970622@qq.com> Date: Tue, 19 May 2026 13:14:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/go-service/config/config.dev.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/go-service/config/config.dev.yaml b/backend/go-service/config/config.dev.yaml index e4a4b5c..937806e 100644 --- a/backend/go-service/config/config.dev.yaml +++ b/backend/go-service/config/config.dev.yaml @@ -88,3 +88,5 @@ meeting: empty_room_ttl_seconds: 300 # 空房自动销毁 TTL(秒),期间有人加入可复活 cleanup_interval_seconds: 30 # 兜底扫描周期(秒),定时任务检查过期 grace/empty_ttl key stale_room_hours: 4 # 活跃超过此小时且无活跃成员视为 stale,强制结束 +# webhook 共享密钥:必须与 go-service 端 INTERNAL_WEBHOOK_SECRET 一致,否则 go-service 直接 403 +INTERNAL_WEBHOOK_SECRET: internal-webhook-12xqs \ No newline at end of file