chore: hidden the password field

ref: https://github.com/emqx/emqx/issues/10222

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
JianBo He 2023-03-27 09:47:51 +08:00 committed by GitHub
parent 1a466fda0b
commit 7085a2d6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ values(_Method, Type) ->
keyspace => <<"mqtt">>, keyspace => <<"mqtt">>,
pool_size => 8, pool_size => 8,
username => <<"root">>, username => <<"root">>,
password => <<"public">>, password => <<"******">>,
cql => ?DEFAULT_CQL, cql => ?DEFAULT_CQL,
local_topic => <<"local/topic/#">>, local_topic => <<"local/topic/#">>,
resource_opts => #{ resource_opts => #{