2024-08-21 15:10:43 +08:00
|
|
|
enable: etcd
|
2024-05-14 18:21:36 +08:00
|
|
|
etcd:
|
|
|
|
|
rootDirectory: openim
|
2025-06-17 15:33:25 +08:00
|
|
|
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
|
|
|
|
2024-12-07 17:35:42 +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
|
2024-12-13 11:02:45 +08:00
|
|
|
messageGateway: messagegateway-rpc-service
|
2024-12-07 12:11:12 +08:00
|
|
|
group: group-rpc-service
|
|
|
|
|
auth: auth-rpc-service
|
|
|
|
|
conversation: conversation-rpc-service
|
2025-06-17 15:33:25 +08:00
|
|
|
third: third-rpc-service
|