Browse Source

allow anon --> false

afeiszli 2 years ago
parent
commit
9b6d9c36f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/mosquitto.conf

+ 1 - 1
docker/mosquitto.conf

@@ -1,7 +1,7 @@
 per_listener_settings false
 listener 8883
 protocol websockets
-allow_anonymous true
+allow_anonymous false
 
 listener 1883
 protocol websockets