Compare commits

..

1 Commits

3 changed files with 4 additions and 5 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:
password:
# username: "openIM"
# password: "openIM123"
kubernetes:
namespace: default

View File

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

View File

@ -84,7 +84,6 @@ 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