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