fixed mqtt listeners
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
allow_anonymous false
|
per_listener_settings true
|
||||||
listener 1883 0.0.0.0
|
|
||||||
password_file /mosquitto/config/pwfile
|
|
||||||
|
|
||||||
# needed for the healthcheck
|
# needed for the healthcheck
|
||||||
allow_anonymous true
|
|
||||||
listener 1880 127.0.0.1
|
listener 1880 127.0.0.1
|
||||||
|
allow_anonymous true
|
||||||
|
|
||||||
|
listener 1883 0.0.0.0
|
||||||
|
password_file /mosquitto/config/pwfile
|
||||||
|
allow_anonymous false
|
||||||
|
|
||||||
persistence true
|
persistence true
|
||||||
persistence_location /mosquitto/data/
|
persistence_location /mosquitto/data/
|
||||||
Reference in New Issue
Block a user