aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold
diff options
context:
space:
mode:
authorsb <12952877+baursn@users.noreply.github.com>2024-05-18 18:02:03 +0200
committerGitHub <noreply@github.com>2024-05-18 09:02:03 -0700
commit3fae87632f023ee971a869f89075faf4fb94dbe4 (patch)
treee1db6aac5fc890ec78e0478e5a6234ba20e7f585 /weed/command/scaffold
parent8c59348d2824cfe7abfd9b1ef5dd509c2d5162b8 (diff)
downloadseaweedfs-3fae87632f023ee971a869f89075faf4fb94dbe4.tar.xz
seaweedfs-3fae87632f023ee971a869f89075faf4fb94dbe4.zip
add filer configuration options for username/password and tls (#5601)
Diffstat (limited to 'weed/command/scaffold')
-rw-r--r--weed/command/scaffold/filer.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml
index 30a9cae51..122165cd4 100644
--- a/weed/command/scaffold/filer.toml
+++ b/weed/command/scaffold/filer.toml
@@ -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"