Skip to content

Commit

Permalink
config: do not show ssl bytes (pingcap#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 authored Jul 29, 2021
1 parent 8b641b7 commit f9dd668
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v4/export/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ type Config struct {
CAPath string
CertPath string
KeyPath string
SSLCABytes []byte
SSLCertBytes []byte
SSLKEYBytes []byte
SSLCABytes []byte `json:"-"`
SSLCertBytes []byte `json:"-"`
SSLKEYBytes []byte `json:"-"`
}

LogLevel string
Expand Down

0 comments on commit f9dd668

Please sign in to comment.