From 099178c4d50bdeea4b2f4769c64dcffd5df51239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Eckel?= Date: Wed, 24 Apr 2024 14:49:50 +0200 Subject: [PATCH] fixed missing variable renameing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Eckel --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index c5a5a40..c726e3f 100644 --- a/config/config.go +++ b/config/config.go @@ -23,7 +23,7 @@ mqtt-domain = "{{ .PlmntConfig.MqttDomain }}" mqtt-port = {{ .PlmntConfig.MqttPort }} mqtt-user = "{{ .PlmntConfig.MqttUser }}" mqtt-password = "{{ .PlmntConfig.MqttPassword }}" -mqtt-tls = "{{ .PlmntConfig.MqttTls }}" +mqtt-tls = "{{ .PlmntConfig.MqttTLS }}" `