Skip to content

Commit

Permalink
set mqtt username and password as optional as mentioned in #47
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetancollaud committed Dec 18, 2023
1 parent 1b7b93b commit bd414e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ var defaultConfig = map[string]interface{}{
envKeyDigitalstromPassword: deprecated,
envKeyDigitalstromApiKey: undefined,
envKeyMqttUrl: undefined,
envKeyMqttUsername: undefined,
envKeyMqttPassword: undefined,
envKeyMqttUsername: "",
envKeyMqttPassword: "",
envKeyMqttTopicPrefix: "digitalstrom",
envKeyMqttTopicFormat: deprecated,
envKeyMqttNormalizeTopicName: true,
Expand Down

0 comments on commit bd414e6

Please sign in to comment.