diff options
| author | Luiz Gustavo Monteiro <luizgu_mreis@hotmail.com> | 2025-10-20 21:06:44 -0300 |
|---|---|---|
| committer | Luiz Gustavo Monteiro <luizgu_mreis@hotmail.com> | 2025-10-20 21:06:44 -0300 |
| commit | 370d3014ebf95e0c422a3ea2b39d568d66eb326e (patch) | |
| tree | b008bca11ca270ec461051b9bc6a5c9c39a9cc9f /mosquitto-config/mosquitto.conf | |
| parent | ea698a5c77702684fbebf89db9ba6f8071f2df5b (diff) | |
Postgres Conteiner Settings
Diffstat (limited to 'mosquitto-config/mosquitto.conf')
| -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 |
