Compare commits
2 Commits
92300b2368
...
021c1d8774
Author | SHA1 | Date | |
---|---|---|---|
021c1d8774 | |||
![]() |
0f68853e09 |
@ -2,7 +2,6 @@ package storage
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"crypto/tls"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/ClickHouse/clickhouse-go/v2"
|
"github.com/ClickHouse/clickhouse-go/v2"
|
||||||
@ -29,9 +28,6 @@ func connect() (*driver.Conn, error) {
|
|||||||
Database: "monitoring",
|
Database: "monitoring",
|
||||||
Username: "default",
|
Username: "default",
|
||||||
},
|
},
|
||||||
TLS: &tls.Config{
|
|
||||||
InsecureSkipVerify: true,
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user