mosquitto: allow_anonymous for websockets
This commit is contained in:
parent
0add463ce1
commit
7e861afa20
1 changed files with 2 additions and 4 deletions
|
@ -57,12 +57,10 @@ in
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
protocol = "websockets";
|
protocol = "websockets";
|
||||||
|
allow_anonymous = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
acl = [
|
acl = [ "topic read weather/+" ];
|
||||||
"topic read $SYS/#"
|
|
||||||
"topic read weather/+"
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue