Skip to content

Commit 1e2bec2

Browse files
committed
Update config
1 parent ccfaf6c commit 1e2bec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type httpConfig struct {
1717
BatchPublish bool `config:"batch_publish"`
1818
BatchSize int `config:"batch_size"`
1919
CompressionLevel int `config:"compression_level" validate:"min=0, max=9"`
20-
TLS *tlscommon.TLSConfig `config:"tls"`
20+
TLS *tlscommon.Config `config:"tls"`
2121
MaxRetries int `config:"max_retries"`
2222
Timeout time.Duration `config:"timeout"`
2323
Headers map[string]string `config:"headers"`

0 commit comments

Comments
 (0)