mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-15 14:35:57 +08:00
20 lines
243 B
YAML
20 lines
243 B
YAML
|
|
rpc:
|
||
|
|
registerIP: ''
|
||
|
|
ports: [ 10140 ]
|
||
|
|
|
||
|
|
prometheus:
|
||
|
|
enable: true
|
||
|
|
ports: [ 20112 ]
|
||
|
|
|
||
|
|
listenIP: 0.0.0.0
|
||
|
|
|
||
|
|
longConnSvr:
|
||
|
|
ports: [ 10001 ]
|
||
|
|
websocketMaxConnNum: 100000
|
||
|
|
websocketMaxMsgLen: 4096
|
||
|
|
websocketTimeout: 10
|
||
|
|
|
||
|
|
multiLoginPolicy: 1
|
||
|
|
|
||
|
|
|