add filer configuration options for username/password and tls (#5601)

This commit is contained in:
sb
2024-05-18 18:02:03 +02:00
committed by GitHub
parent 8c59348d28
commit 3fae87632f
2 changed files with 66 additions and 11 deletions

View File

@@ -280,6 +280,12 @@ tls_client_key_file=""
[mongodb]
enabled = false
uri = "mongodb://localhost:27017"
username = ""
password = ""
ssl = false
ssl_ca_file = ""
ssl_cert_file = ""
ssl_key_file = "
option_pool_size = 0
database = "seaweedfs"