mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-02-21 03:15:27 -08:00
Added simple MQTT connection details to vericy that the pod is starting
This commit is contained in:
parent
bbdf596ba0
commit
ab82298df2
6
.env
6
.env
|
@ -8,10 +8,10 @@ PROMETHEUS_COLLECTOR_PORT=9464
|
||||||
PROMETHEUS_JOB=example
|
PROMETHEUS_JOB=example
|
||||||
|
|
||||||
# MQTT connection details
|
# MQTT connection details
|
||||||
MQTT_HOST=
|
MQTT_HOST=mqtt.meshtastic.org
|
||||||
MQTT_PORT=1883
|
MQTT_PORT=1883
|
||||||
MQTT_USERNAME=
|
MQTT_USERNAME=meshdev
|
||||||
MQTT_PASSWORD=
|
MQTT_PASSWORD=large4cats
|
||||||
MQTT_KEEPALIVE=60
|
MQTT_KEEPALIVE=60
|
||||||
MQTT_TOPIC='msh/israel/#'
|
MQTT_TOPIC='msh/israel/#'
|
||||||
MQTT_IS_TLS=false
|
MQTT_IS_TLS=false
|
||||||
|
|
Loading…
Reference in a new issue