From b412aa6bfa941e0ab449acbca004adac30da90c7 Mon Sep 17 00:00:00 2001 From: Gleb Tcivie Date: Fri, 28 Jun 2024 14:19:45 +0300 Subject: [PATCH] Remove unrelated metrics --- .env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index a956362..210addf 100644 --- a/.env +++ b/.env @@ -11,10 +11,10 @@ PROMETHEUS_COLLECTOR_PORT=9464 PROMETHEUS_JOB=example # MQTT connection details -MQTT_HOST=172.232.220.244 +MQTT_HOST= MQTT_PORT=1883 -MQTT_USERNAME=israeli -MQTT_PASSWORD=israeli123 +MQTT_USERNAME= +MQTT_PASSWORD= MQTT_KEEPALIVE=60 MQTT_TOPIC='msh/israel/#' MQTT_IS_TLS=false @@ -29,4 +29,4 @@ 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 -MQTT_SERVER_KEY=1PG7OiApB1nwvP+rz05pAQ== \ No newline at end of file +MQTT_SERVER_KEY=1PG7OiApB1nwvP+rz05pAQ==