mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
15 lines
167 B
YAML
15 lines
167 B
YAML
|
|
rpc:
|
||
|
|
registerIP: ''
|
||
|
|
listenIP: 0.0.0.0
|
||
|
|
ports: [ 10130 ]
|
||
|
|
|
||
|
|
prometheus:
|
||
|
|
enable: true
|
||
|
|
ports: [ 20102 ]
|
||
|
|
|
||
|
|
#发消息是否需要好友验证
|
||
|
|
friendVerify: false
|
||
|
|
|
||
|
|
|
||
|
|
|