mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2024-12-28 23:19:48 -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
|
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 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
|
HIDE_MESSAGE=false
|
||||||
|
## MQTT server Key for decoding messages
|
||||||
|
MQTT_SERVER_KEY=1PG7OiApB1nwvP+rz05pAQ==
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running the Project
|
## Running the Project
|
||||||
|
|
Loading…
Reference in a new issue