Update README.md

Update to include additional param
## MQTT server Key for decoding
MQTT_SERVER_KEY=1PG7OiApB1nwvP+rz05pAQ==
This commit is contained in:
Gleb Tcivie 2024-06-28 14:17:45 +03:00 committed by GitHub
parent 5a53856192
commit 9225522679
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,6 +109,8 @@ MESH_HIDE_DESTINATION_DATA=false
FILTERED_PORTS=0
## Hide message content in the TEXT_MESSAGE_APP packets (default: true) (Currently we only log message length, if we hide then all messages would have the same length)
HIDE_MESSAGE=false
## MQTT server Key for decoding messages
MQTT_SERVER_KEY=1PG7OiApB1nwvP+rz05pAQ==
```
## Running the Project
@ -129,4 +131,4 @@ allows you to start creating and customizing your dashboards right away.
## Contributing
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
Contributions are welcome! Please open an issue or submit a pull request on GitHub.