Compare commits

..

3 Commits

Author SHA1 Message Date
Monet Lee
916d30d22f
Merge 78870681d097f7d0c353a596e004c245ce404a85 into 545125884e8b1dbfe4de71a34ad1a5a5663bef7c 2025-06-16 09:21:37 +00:00
Monet Lee
78870681d0
Merge branch 'openimsdk:main' into feat/etcd-pwd 2025-06-16 17:21:34 +08:00
Monet Lee
743d9a6ee4 update contents. 2025-06-16 17:18:50 +08:00
3 changed files with 5 additions and 4 deletions

View File

@ -4,8 +4,8 @@ etcd:
address: [localhost:12379]
## Attention: If you set auth in etcd
## you must also update the username and password in Chat project.
# username: "openIM"
# password: "openIM123"
username:
password:
kubernetes:
namespace: default

View File

@ -1,6 +1,6 @@
## Kafka authentication
# username: "openIM"
# password: "openIM123"
username:
password:
# Producer acknowledgment settings
producerAck:

View File

@ -84,6 +84,7 @@ services:
- ETCD_INITIAL_CLUSTER_TOKEN=tkn
- ETCD_INITIAL_CLUSTER_STATE=new
- ALLOW_NONE_AUTHENTICATION=no
## Optional: Enable etcd authentication by setting the following credentials
# - ETCD_ROOT_USER=root
# - ETCD_ROOT_PASSWORD=openIM123