mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
20 lines
386 B
YAML
20 lines
386 B
YAML
enable: etcd
|
|
etcd:
|
|
rootDirectory: openim
|
|
address: [ localhost:12379 ]
|
|
username: ''
|
|
password: ''
|
|
|
|
rpcService:
|
|
user: user-rpc-service
|
|
friend: friend-rpc-service
|
|
msg: msg-rpc-service
|
|
push: push-rpc-service
|
|
messageGateway: messageGateway-rpc-service
|
|
group: group-rpc-service
|
|
auth: auth-rpc-service
|
|
conversation: conversation-rpc-service
|
|
third: third-rpc-service
|
|
|
|
|