diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-10-31 22:09:32 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-10-31 22:09:32 -0300 |
| commit | 032a77c0b1a2e0e2c247f511c0dc6d2555e691fb (patch) | |
| tree | 0b47dd25ac88e85b22dba156e9a1b3d8068d992b /mosquitto-config/mosquitto.conf | |
| parent | b4187a0c9a5eb2542c40918481698d02d3cbd099 (diff) | |
feat:Worker gravando no banco
O worker recebe um pacote JSON e escreve no banco.
Diffstat (limited to 'mosquitto-config/mosquitto.conf')
| -rw-r--r-- | mosquitto-config/mosquitto.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mosquitto-config/mosquitto.conf b/mosquitto-config/mosquitto.conf index 7e941f9..11a428a 100644 --- a/mosquitto-config/mosquitto.conf +++ b/mosquitto-config/mosquitto.conf @@ -1,3 +1,3 @@ listener 1883 0.0.0.0 allow_anonymous true -# password_file /mosquitto/config/pass-file +password_file /mosquitto/config/pass-file |
