fix(tdengine): redact the password for the TDEngine example API
This commit is contained in:
parent
a8f2ef30e6
commit
518b6e1211
|
@ -48,7 +48,7 @@ values(_Method) ->
|
|||
database => <<"mqtt">>,
|
||||
pool_size => 8,
|
||||
username => <<"root">>,
|
||||
password => <<"taosdata">>,
|
||||
password => <<"******">>,
|
||||
sql => ?DEFAULT_SQL,
|
||||
local_topic => <<"local/topic/#">>,
|
||||
resource_opts => #{
|
||||
|
|
Loading…
Reference in New Issue