mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 03:42:08 +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
|
|
|
|
|
|
|