From 3549651c880806d6361658004feb400efbf08b3a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 13 Nov 2023 22:53:10 -0600 Subject: [PATCH] pwfile working --- .gitignore | 5 ++++- mosquitto/config/mosquitto.conf | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f0cb7cb..c64d1e2 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,7 @@ cython_debug/ #.idea/ log/ -state.json \ No newline at end of file +state.json +pwfile +.env +data/ \ No newline at end of file diff --git a/mosquitto/config/mosquitto.conf b/mosquitto/config/mosquitto.conf index 4ced6d7..3507e4d 100644 --- a/mosquitto/config/mosquitto.conf +++ b/mosquitto/config/mosquitto.conf @@ -1,6 +1,8 @@ allow_anonymous false listener 1883 0.0.0.0 +password_file /mosquitto/config/pwfile +# needed for the healthcheck allow_anonymous true listener 1880 127.0.0.1