mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-15 12:34:20 +08:00
15 lines
184 B
YAML
15 lines
184 B
YAML
rpc:
|
|
registerIP: ''
|
|
listenIP: 0.0.0.0
|
|
ports: [ 10130 ]
|
|
|
|
prometheus:
|
|
enable: true
|
|
ports: [ 20102 ]
|
|
|
|
# Does sending messages require friend verification
|
|
friendVerify: false
|
|
|
|
|
|
|