mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
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: ''
|
|
|