ma ham/mqtt: remove obsolete checkPasswords
This commit is contained in:
parent
6227121c8b
commit
b0b4e324e1
|
@ -9,8 +9,7 @@
|
||||||
listeners = [
|
listeners = [
|
||||||
{
|
{
|
||||||
port = 1883;
|
port = 1883;
|
||||||
omitPasswordAuth = true;
|
omitPasswordAuth = false;
|
||||||
checkPasswords = true;
|
|
||||||
users.sensor = {
|
users.sensor = {
|
||||||
hashedPassword = "$6$2DXU7W1bvqXPqxkF$vtdz5KTd/T09hmoc9LjgEGFjvpwQbQth6vlVcr5hJNLgcBHv4U03YCKC8TKXbmQAa8xiJ76xJIg25kcL+KI3tg==";
|
hashedPassword = "$6$2DXU7W1bvqXPqxkF$vtdz5KTd/T09hmoc9LjgEGFjvpwQbQth6vlVcr5hJNLgcBHv4U03YCKC8TKXbmQAa8xiJ76xJIg25kcL+KI3tg==";
|
||||||
acl = [ "topic readwrite #" ];
|
acl = [ "topic readwrite #" ];
|
||||||
|
|
Loading…
Reference in a new issue