aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold
diff options
context:
space:
mode:
authorMesar Hameed <mesar.hameed+github@gmail.com>2023-05-16 01:45:14 +0100
committerGitHub <noreply@github.com>2023-05-15 17:45:14 -0700
commit65484e80ef2bb1517b45a19232231cf81852eca6 (patch)
tree79250a563a3d2f5a88443d074f4b6eedb42b9cea /weed/command/scaffold
parent64b2fbe0f1a50f9a2371889b476b047e3b7fca65 (diff)
downloadseaweedfs-65484e80ef2bb1517b45a19232231cf81852eca6.tar.xz
seaweedfs-65484e80ef2bb1517b45a19232231cf81852eca6.zip
Feat: support username/password authentication for etcd filer store s… (#4477)
Feat: support username/password authentication for etcd filer store seaweedfs/seaweedfs#4262 Co-authored-by: Mesar Hameed <mesar.hameed@gmail.com>
Diffstat (limited to 'weed/command/scaffold')
-rw-r--r--weed/command/scaffold/filer.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml
index 85c11f783..b4c20d2bf 100644
--- a/weed/command/scaffold/filer.toml
+++ b/weed/command/scaffold/filer.toml
@@ -262,6 +262,8 @@ routeByLatency = false
[etcd]
enabled = false
servers = "localhost:2379"
+username = ""
+password = ""
timeout = "3s"
[mongodb]