Add TLS support, initial etcd connection check, fix key_prefix handling for etcd backend meta storage (#5403)
This commit is contained in:
@@ -270,6 +270,12 @@ username = ""
|
||||
password = ""
|
||||
key_prefix = "seaweedfs."
|
||||
timeout = "3s"
|
||||
# Set the CA certificate path
|
||||
tls_ca_file=""
|
||||
# Set the client certificate path
|
||||
tls_client_crt_file=""
|
||||
# Set the client private key path
|
||||
tls_client_key_file=""
|
||||
|
||||
[mongodb]
|
||||
enabled = false
|
||||
|
||||
Reference in New Issue
Block a user