From 7f1c425868753205dcac3300ace853c63b27d769 Mon Sep 17 00:00:00 2001 From: Pieter Hollander Date: Thu, 25 Jul 2024 23:25:30 +0200 Subject: [PATCH] Fix DB -> db. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1e9c8b0..a106f42 100644 --- a/main.go +++ b/main.go @@ -113,7 +113,7 @@ type Config struct { MQTTTopic string `json:"mqtt_topic"` MQTTUser string `json:"mqtt_user"` MQTTPassword string `json:"mqtt_password"` - DB string `json:"DB"` + DB string `json:"db"` TimescaleDB bool `json:"timescaledb"` LogLevel string `json:"log_level"` TZ string `json:"timezone"`