mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-01 08:42:19 +08:00
17 lines
199 B
YAML
17 lines
199 B
YAML
|
|
enable: "etcd"
|
|
etcd:
|
|
schema: openim
|
|
address: [ http://localhost:2379 ]
|
|
username: ''
|
|
password: ''
|
|
|
|
|
|
zookeeper:
|
|
schema: openim
|
|
address: [ localhost:12181 ]
|
|
username: ''
|
|
password: ''
|
|
|
|
|