Added simple MQTT connection details to vericy that the pod is starting

This commit is contained in:
Gleb Tcivie 2024-07-10 09:40:16 +03:00
parent bbdf596ba0
commit ab82298df2

6
.env
View file

@ -8,10 +8,10 @@ PROMETHEUS_COLLECTOR_PORT=9464
PROMETHEUS_JOB=example
# MQTT connection details
MQTT_HOST=
MQTT_HOST=mqtt.meshtastic.org
MQTT_PORT=1883
MQTT_USERNAME=
MQTT_PASSWORD=
MQTT_USERNAME=meshdev
MQTT_PASSWORD=large4cats
MQTT_KEEPALIVE=60
MQTT_TOPIC='msh/israel/#'
MQTT_IS_TLS=false