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>
This commit is contained in:
Mesar Hameed
2023-05-16 01:45:14 +01:00
committed by GitHub
parent 64b2fbe0f1
commit 65484e80ef
2 changed files with 9 additions and 2 deletions

View File

@@ -262,6 +262,8 @@ routeByLatency = false
[etcd]
enabled = false
servers = "localhost:2379"
username = ""
password = ""
timeout = "3s"
[mongodb]