diff options
| author | Gustavoeklund01 <eklundgu@gmail.com> | 2025-10-27 19:16:14 -0300 |
|---|---|---|
| committer | Gustavoeklund01 <eklundgu@gmail.com> | 2025-10-27 19:16:14 -0300 |
| commit | be7952f3585fe895a3309a19e14cd93f89c3ce1b (patch) | |
| tree | a5fc0ee9f964273879abcd6a17b96ac44eec9941 /mosquitto-config | |
| parent | 4008253dfd2005da102f6da06389268ecef152f6 (diff) | |
| parent | 52a4fe2625b63683fcdcd74f704e49aa65cb0dd8 (diff) | |
Merge branch 'master' of https://github.com/Simplesmente-O-Grupo/iot-monitoring
Diffstat (limited to 'mosquitto-config')
| -rw-r--r-- | mosquitto-config/mosquitto.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mosquitto-config/mosquitto.conf b/mosquitto-config/mosquitto.conf index f913973..7e941f9 100644 --- a/mosquitto-config/mosquitto.conf +++ b/mosquitto-config/mosquitto.conf @@ -1,3 +1,3 @@ listener 1883 0.0.0.0 -allow_anonymous false -password_file /mosquitto/config/pass-file +allow_anonymous true +# password_file /mosquitto/config/pass-file |
