diff --git a/v4/export/config.go b/v4/export/config.go index 41a75b74..6efea6c9 100644 --- a/v4/export/config.go +++ b/v4/export/config.go @@ -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