Fix DB -> db.
All checks were successful
Build Docker image / build (push) Successful in 1m5s
Build Golang packages / release (push) Successful in 1m58s

This commit is contained in:
Pieter Hollander 2024-07-25 23:25:30 +02:00
parent ef80b58c8b
commit 7f1c425868
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg

View file

@ -113,7 +113,7 @@ type Config struct {
MQTTTopic string `json:"mqtt_topic"` MQTTTopic string `json:"mqtt_topic"`
MQTTUser string `json:"mqtt_user"` MQTTUser string `json:"mqtt_user"`
MQTTPassword string `json:"mqtt_password"` MQTTPassword string `json:"mqtt_password"`
DB string `json:"DB"` DB string `json:"db"`
TimescaleDB bool `json:"timescaledb"` TimescaleDB bool `json:"timescaledb"`
LogLevel string `json:"log_level"` LogLevel string `json:"log_level"`
TZ string `json:"timezone"` TZ string `json:"timezone"`