Skip to content

Commit

Permalink
Fix missing config defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Oct 4, 2022
1 parent 09283f0 commit 98b8ca1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ var (
)

var conf = config{
Interval: 10 * time.Second,
Log: "info",
Network: networkConfig{
Schema: "http",
Host: "evcc.local",
Expand Down

0 comments on commit 98b8ca1

Please sign in to comment.