mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-03-05 20:52:02 -08:00
⏪.env file
This commit is contained in:
parent
6a7aa6c112
commit
868c2bcab5
14
.env
14
.env
|
@ -8,13 +8,13 @@ PROMETHEUS_COLLECTOR_PORT=9464
|
||||||
PROMETHEUS_JOB=meshtastic
|
PROMETHEUS_JOB=meshtastic
|
||||||
|
|
||||||
# MQTT connection details
|
# MQTT connection details
|
||||||
#MQTT_HOST=mqtt.meshtastic.org
|
MQTT_HOST=mqtt.meshtastic.org
|
||||||
#MQTT_PORT=1883
|
MQTT_PORT=1883
|
||||||
#MQTT_USERNAME=meshdev
|
MQTT_USERNAME=meshdev
|
||||||
#MQTT_PASSWORD=large4cats
|
MQTT_PASSWORD=large4cats
|
||||||
#MQTT_KEEPALIVE=60
|
MQTT_KEEPALIVE=60
|
||||||
#MQTT_TOPIC='msh/EU_868/#,msh/US/#'
|
MQTT_TOPIC='msh/EU_868/#,msh/US/#'
|
||||||
#MQTT_IS_TLS=false
|
MQTT_IS_TLS=false
|
||||||
|
|
||||||
# MQTT protocol version (default: MQTTv5) the public MQTT server supports MQTTv311
|
# MQTT protocol version (default: MQTTv5) the public MQTT server supports MQTTv311
|
||||||
# Options: MQTTv311, MQTTv31, MQTTv5
|
# Options: MQTTv311, MQTTv31, MQTTv5
|
||||||
|
|
Loading…
Reference in a new issue