Compare commits

..

No commits in common. "92300b2368d586cc50118fa16e48d222ad752b25" and "2dec242a6dac26d92f399c0b11d7b523cb4b17d0" have entirely different histories.

View File

@ -24,7 +24,7 @@ func connect() (*driver.Conn, error) {
var (
ctx = context.Background()
conn, err = clickhouse.Open(&clickhouse.Options{
Addr: []string{"clickhouse:9000"},
Addr: []string{"clickhouse:9440"},
Auth: clickhouse.Auth{
Database: "monitoring",
Username: "default",