2026-04-27 02:29:42 +08:00

15 lines
670 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

http_addr: ":13000"
jwt_secret: "dev-shared-secret"
room_service_addr: "127.0.0.1:13001"
user_service_addr: "127.0.0.1:13005"
tencent_im:
# 本地联调腾讯云 IM UserSigSDKAppID 和密钥必须与 room-service 保持一致。
sdk_app_id: 20036101
secret_key: "dcdf53135f27e7cf8541c4ae9798fb0cb2f0e4d6c5c20022dbaea053f35cbb8c"
# 客户端 UserSig 有效期;线上建议 12h-7d按登录刷新策略决定。
user_sig_ttl: "24h"
# 腾讯云 IM 控制台回调 URL。需要公网可访问本地为空表示暂不启用回调。
callback_url: ""
# 腾讯云 IM 回调鉴权 Token。启用回调鉴权后必须填写。
callback_auth_token: ""