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 /.env.example | |
| parent | 4008253dfd2005da102f6da06389268ecef152f6 (diff) | |
| parent | 52a4fe2625b63683fcdcd74f704e49aa65cb0dd8 (diff) | |
Merge branch 'master' of https://github.com/Simplesmente-O-Grupo/iot-monitoring
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.env.example b/.env.example index dee33a5..94f8f32 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ # vim:ft=sh # Usuário que o cliente MQTT utilizará para logar -MQTT_CLIENT_USER="changeme" +MQTT_CLIENT_USER="tester" # Senha que o cliente MQTT utilizará para logar -MQTT_CLIENT_PASSWORD="changeme" +MQTT_CLIENT_PASSWORD="rosebud" |
