Allow anonymous mqtt access
This commit is contained in:
parent
7ce95063c8
commit
4f94378f0a
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ in
|
|||
listeners = [
|
||||
{
|
||||
port = port;
|
||||
settings = {
|
||||
allow_anonymous = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue