mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-28 14:29:19 +08:00
0af207b625
* feat: remove double quotation marks * feat: test * feat: default close prometheus
14 lines
195 B
YAML
14 lines
195 B
YAML
enable: etcd
|
|
etcd:
|
|
rootDirectory: openim
|
|
address: [ localhost:12379 ]
|
|
username: ''
|
|
password: ''
|
|
|
|
zookeeper:
|
|
schema: openim
|
|
address: [ localhost:12181 ]
|
|
username: ''
|
|
password: ''
|
|
|