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:
parent
1a466fda0b
commit
7085a2d6d7
|
@ -53,7 +53,7 @@ values(_Method, Type) ->
|
|||
keyspace => <<"mqtt">>,
|
||||
pool_size => 8,
|
||||
username => <<"root">>,
|
||||
password => <<"public">>,
|
||||
password => <<"******">>,
|
||||
cql => ?DEFAULT_CQL,
|
||||
local_topic => <<"local/topic/#">>,
|
||||
resource_opts => #{
|
||||
|
|
Loading…
Reference in New Issue