mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-06-25 20:00:27 +08:00
27 lines
512 B
YAML
27 lines
512 B
YAML
secret: openIM123
|
|
rpcRegisterName:
|
|
user: user
|
|
friend: friend
|
|
msg: msg
|
|
push: push
|
|
messageGateway: messageGateway
|
|
group: group
|
|
auth: auth
|
|
conversation: conversation
|
|
third: third
|
|
captcha: captcha
|
|
rtc: rtc
|
|
crypto: crypto
|
|
redPacket: redPacket
|
|
|
|
imAdminUserID: [ imAdmin ]
|
|
|
|
# 1: For Android, iOS, Windows, Mac, and web platforms, only one instance can be online at a time
|
|
multiLogin:
|
|
policy: 1
|
|
maxNumOneEnd: 30
|
|
|
|
rpcMaxBodySize:
|
|
requestMaxBodySize: 8388608
|
|
responseMaxBodySize: 8388608
|