Fix DB -> db.
This commit is contained in:
parent
ef80b58c8b
commit
7f1c425868
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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"`
|
||||||
|
|
Loading…
Reference in a new issue