Skip to content

Commit

Permalink
changes in address
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithunikzz committed Oct 27, 2023
1 parent 6243c98 commit d732043
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/pkg/clickhouse/db_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ func NewDBClient(conf *config.Config) (DBInterface, error) {
connOptions = clickhouse.Options{
Addr: []string{fmt.Sprintf("%s:%d?username=%s&password=%s", conf.DBAddress, conf.DbPort, conf.ClickHouseUsername, conf.ClickHousePassword)},
Debug: true,
Auth: clickhouse.Auth{
Username: conf.ClickHouseUsername,
Password: conf.ClickHousePassword,
},
Debugf: func(format string, v ...interface{}) {
fmt.Printf(format, v...)
},
Expand Down

0 comments on commit d732043

Please sign in to comment.