account-server 新增 /api/rtc_token:用 IM token 换 LiveKit 进房 token(手机端语音通话用,B-58)
This commit is contained in:
@@ -399,6 +399,9 @@ services:
|
||||
- OPENIM_API_URL=http://openim-server:10002
|
||||
- OPENIM_SECRET=${OPENIM_SECRET}
|
||||
- ADMIN_TOKEN=${ACCOUNT_ADMIN_TOKEN:-admin123}
|
||||
# 语音通话进房 token 签发(/api/rtc_token),与 livekit 容器用同一对密钥
|
||||
- LIVEKIT_API_KEY=${LIVEKIT_API_KEY}
|
||||
- LIVEKIT_API_SECRET=${LIVEKIT_API_SECRET}
|
||||
ports:
|
||||
- "${ACCOUNT_PORT:-10010}:10010"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user