mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-06-26 22:40:40 +08:00
update contents.
This commit is contained in:
parent
187a87f749
commit
743d9a6ee4
@ -4,8 +4,8 @@ etcd:
|
|||||||
address: [localhost:12379]
|
address: [localhost:12379]
|
||||||
## Attention: If you set auth in etcd
|
## Attention: If you set auth in etcd
|
||||||
## you must also update the username and password in Chat project.
|
## you must also update the username and password in Chat project.
|
||||||
# username: "openIM"
|
username:
|
||||||
# password: "openIM123"
|
password:
|
||||||
|
|
||||||
kubernetes:
|
kubernetes:
|
||||||
namespace: default
|
namespace: default
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
## Kafka authentication
|
## Kafka authentication
|
||||||
# username: "openIM"
|
username:
|
||||||
# password: "openIM123"
|
password:
|
||||||
|
|
||||||
# Producer acknowledgment settings
|
# Producer acknowledgment settings
|
||||||
producerAck:
|
producerAck:
|
||||||
|
@ -84,6 +84,7 @@ services:
|
|||||||
- ETCD_INITIAL_CLUSTER_TOKEN=tkn
|
- ETCD_INITIAL_CLUSTER_TOKEN=tkn
|
||||||
- ETCD_INITIAL_CLUSTER_STATE=new
|
- ETCD_INITIAL_CLUSTER_STATE=new
|
||||||
- ALLOW_NONE_AUTHENTICATION=no
|
- ALLOW_NONE_AUTHENTICATION=no
|
||||||
|
|
||||||
## Optional: Enable etcd authentication by setting the following credentials
|
## Optional: Enable etcd authentication by setting the following credentials
|
||||||
# - ETCD_ROOT_USER=root
|
# - ETCD_ROOT_USER=root
|
||||||
# - ETCD_ROOT_PASSWORD=openIM123
|
# - ETCD_ROOT_PASSWORD=openIM123
|
||||||
|
Loading…
x
Reference in New Issue
Block a user