fix
This commit is contained in:
parent
cdedeb5cf2
commit
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