Files
open-im-server/config/discovery.yml
T

23 lines
519 B
YAML
Raw Normal View History

2024-08-21 15:10:43 +08:00
enable: etcd
2024-05-14 18:21:36 +08:00
etcd:
rootDirectory: openim
address: [localhost:12379]
## Attention: If you set auth in etcd
## you must also update the username and password in Chat project.
username:
password:
2024-05-14 18:21:36 +08:00
kubernetes:
namespace: default
2024-12-07 12:11:12 +08:00
rpcService:
user: user-rpc-service
friend: friend-rpc-service
msg: msg-rpc-service
push: push-rpc-service
messageGateway: messagegateway-rpc-service
2024-12-07 12:11:12 +08:00
group: group-rpc-service
auth: auth-rpc-service
conversation: conversation-rpc-service
third: third-rpc-service