Compare commits
No commits in common. "021c1d8774b7fdcfa866cde33e9280522f65122e" and "92300b2368d586cc50118fa16e48d222ad752b25" have entirely different histories.
021c1d8774
...
92300b2368
@ -2,6 +2,7 @@ package storage
|
||||
|
||||
import (
|
||||
"context"
|
||||
"crypto/tls"
|
||||
"fmt"
|
||||
|
||||
"github.com/ClickHouse/clickhouse-go/v2"
|
||||
@ -28,6 +29,9 @@ func connect() (*driver.Conn, error) {
|
||||
Database: "monitoring",
|
||||
Username: "default",
|
||||
},
|
||||
TLS: &tls.Config{
|
||||
InsecureSkipVerify: true,
|
||||
},
|
||||
})
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user