mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-26 22:40:40 +08:00
16 lines
461 B
YAML
16 lines
461 B
YAML
secret: openIM123
|
|
|
|
imAdminUser:
|
|
imAdmin: superAdmin # The userID and nickname of the admin. Format: userID:nickname
|
|
# imAdmin2: superAdmin2 # You can add more admin users by following the format above.
|
|
|
|
# 1: For Android, iOS, Windows, Mac, and web platforms, only one instance can be online at a time
|
|
multiLogin:
|
|
policy: 1
|
|
# max num of tokens in one end
|
|
maxNumOneEnd: 30
|
|
|
|
rpcMaxBodySize:
|
|
requestMaxBodySize: 8388608
|
|
responseMaxBodySize: 8388608
|