Skip to content

Commit

Permalink
fix(telemetrystore): fix DSN
Browse files Browse the repository at this point in the history
  • Loading branch information
grandwizard28 committed Feb 3, 2025
1 parent d44e1e8 commit 42fe92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/telemetrystore/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func newConfig() factory.Config {
DialTimeout: 5 * time.Second,
},
ClickHouse: ClickHouseConfig{
DSN: "http://localhost:9000",
DSN: "tcp://localhost:9000",
},
}
}
Expand Down

0 comments on commit 42fe92c

Please # to comment.