mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-05-24 00:45:57 +00:00
feat(feishu): add configurable domain for Lark international support (#1535)
The lark-oapi SDK defaults to open.feishu.cn (China), but apps on the international Lark platform (open.larksuite.com) fail to connect with error 1000040351 'Incorrect domain name'. Changes: - Add 'domain' config option to feishu channel (default: open.feishu.cn) - Pass domain to both API client and WebSocket client - Update config.example.yaml and all README files
This commit is contained in:
@@ -617,6 +617,8 @@ checkpointer:
|
||||
# enabled: false
|
||||
# app_id: $FEISHU_APP_ID
|
||||
# app_secret: $FEISHU_APP_SECRET
|
||||
# # domain: https://open.feishu.cn # China (default)
|
||||
# # domain: https://open.larksuite.com # International
|
||||
#
|
||||
# slack:
|
||||
# enabled: false
|
||||
|
||||
Reference in New Issue
Block a user