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 = {
|
||||
protocol = "websockets";
|
||||
allow_anonymous = true;
|
||||
};
|
||||
|
||||
acl = [
|
||||
"topic read $SYS/#"
|
||||
"topic read weather/+"
|
||||
];
|
||||
acl = [ "topic read weather/+" ];
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue