feat: update configs (#10662)
This commit is contained in:
parent
dbafbed42d
commit
d45281cba6
|
|
@ -1174,6 +1174,12 @@
|
|||
# ## Use TLS but skip chain & host verification
|
||||
# # insecure_skip_verify = false
|
||||
#
|
||||
# ## Optional SOCKS5 proxy to use when connecting to brokers
|
||||
# # socks5_enabled = true
|
||||
# # socks5_address = "127.0.0.1:1080"
|
||||
# # socks5_username = "alice"
|
||||
# # socks5_password = "pass123"
|
||||
#
|
||||
# ## Optional SASL Config
|
||||
# # sasl_username = "kafka"
|
||||
# # sasl_password = "secret"
|
||||
|
|
|
|||
|
|
@ -1174,6 +1174,12 @@
|
|||
# ## Use TLS but skip chain & host verification
|
||||
# # insecure_skip_verify = false
|
||||
#
|
||||
# ## Optional SOCKS5 proxy to use when connecting to brokers
|
||||
# # socks5_enabled = true
|
||||
# # socks5_address = "127.0.0.1:1080"
|
||||
# # socks5_username = "alice"
|
||||
# # socks5_password = "pass123"
|
||||
#
|
||||
# ## Optional SASL Config
|
||||
# # sasl_username = "kafka"
|
||||
# # sasl_password = "secret"
|
||||
|
|
|
|||
Loading…
Reference in New Issue