mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 22:39:18 +08:00
2c612ba6d0
* fix: del login Policy * feat: offline push * feat: offline push * fix: err * fix: err
18 lines
363 B
YAML
18 lines
363 B
YAML
secret: openIM123
|
|
rpcRegisterName:
|
|
user: user
|
|
friend: friend
|
|
msg: msg
|
|
push: push
|
|
messageGateway: messageGateway
|
|
group: group
|
|
auth: auth
|
|
conversation: conversation
|
|
third: third
|
|
|
|
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 |