update contents.

pull/3394/head
Monet Lee 3 months ago
parent 187a87f749
commit 743d9a6ee4

@ -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

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

@ -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

Loading…
Cancel
Save