mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-27 23:24:16 +08:00
14 lines
197 B
YAML
14 lines
197 B
YAML
enable: "etcd"
|
|
etcd:
|
|
rootDirectory: openim
|
|
address: [ localhost:12379 ]
|
|
username: ''
|
|
password: ''
|
|
|
|
zookeeper:
|
|
schema: openim
|
|
address: [ localhost:12181 ]
|
|
username: ''
|
|
password: ''
|
|
|