mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-10 23:07:30 +08:00
change chart script:change mongodb.value.yaml
This commit is contained in:
parent
c5a036630a
commit
0639ef08c3
@ -168,16 +168,16 @@ auth:
|
|||||||
## @param auth.passwords List of passwords for the custom users set at `auth.usernames`
|
## @param auth.passwords List of passwords for the custom users set at `auth.usernames`
|
||||||
## @param auth.databases List of custom databases to be created during the initialization
|
## @param auth.databases List of custom databases to be created during the initialization
|
||||||
##
|
##
|
||||||
usernames: []
|
usernames: [openim]
|
||||||
passwords: []
|
passwords: [openIM123]
|
||||||
databases: []
|
databases: [openIM_v3]
|
||||||
## @param auth.username DEPRECATED: use `auth.usernames` instead
|
## @param auth.username DEPRECATED: use `auth.usernames` instead
|
||||||
## @param auth.password DEPRECATED: use `auth.passwords` instead
|
## @param auth.password DEPRECATED: use `auth.passwords` instead
|
||||||
## @param auth.database DEPRECATED: use `auth.databases` instead
|
## @param auth.database DEPRECATED: use `auth.databases` instead
|
||||||
##
|
##
|
||||||
username: ""
|
username: ""
|
||||||
password: ""
|
password: ""
|
||||||
database: "openIM_v3"
|
database: ""
|
||||||
## @param auth.replicaSetKey Key used for authentication in the replicaset (only when `architecture=replicaset`)
|
## @param auth.replicaSetKey Key used for authentication in the replicaset (only when `architecture=replicaset`)
|
||||||
##
|
##
|
||||||
replicaSetKey: ""
|
replicaSetKey: ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user