Files

21 lines
685 B
YAML
Raw Permalink Normal View History

2024-04-19 22:23:08 +08:00
secret: openIM123
2025-06-25 11:33:19 +08:00
# imAdminUser: Configuration for instant messaging system administrators
imAdminUser:
# userIDs: List of administrator user IDs.
# Each entry here corresponds by index to the matching entry in the nicknames list below.
userIDs: [imAdmin]
# nicknames: List of administrator display names.
# Each entry here corresponds by index to the matching entry in the userIDs list above.
nicknames: [superAdmin]
2024-04-19 22:23:08 +08:00
2024-09-25 11:05:48 +08:00
# 1: For Android, iOS, Windows, Mac, and web platforms, only one instance can be online at a time
2024-10-24 15:02:44 +08:00
multiLogin:
policy: 1
2024-12-18 18:10:25 +08:00
# max num of tokens in one end
2025-03-28 15:46:42 +08:00
maxNumOneEnd: 30
rpcMaxBodySize:
requestMaxBodySize: 8388608
responseMaxBodySize: 8388608