Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
config: do not show ssl bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Jul 28, 2021
1 parent 8b641b7 commit 51007e6
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 51007e6

Please sign in to comment.