mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-07-14 18:11:12 +08:00
Compare commits
1 Commits
916d30d22f
...
866b6be02e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
866b6be02e |
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
## Kafka authentication
|
||||
username:
|
||||
password:
|
||||
# username: "openIM"
|
||||
# password: "openIM123"
|
||||
|
||||
# Producer acknowledgment settings
|
||||
producerAck:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user