mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2024-12-28 06:59:46 -08:00
Update README.md
Update to include additional param ## MQTT server Key for decoding MQTT_SERVER_KEY=1PG7OiApB1nwvP+rz05pAQ==
This commit is contained in:
parent
5a53856192
commit
9225522679
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue