pwfile working

This commit is contained in:
root
2023-11-13 22:53:10 -06:00
parent 7a1ef03fd8
commit 3549651c88
2 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

@@ -161,3 +161,6 @@ cython_debug/
log/ log/
state.json state.json
pwfile
.env
data/

View File

@@ -1,6 +1,8 @@
allow_anonymous false allow_anonymous false
listener 1883 0.0.0.0 listener 1883 0.0.0.0
password_file /mosquitto/config/pwfile
# needed for the healthcheck
allow_anonymous true allow_anonymous true
listener 1880 127.0.0.1 listener 1880 127.0.0.1