change user and pass to username and password

This commit is contained in:
a
2022-04-01 14:09:25 -05:00
parent 549e341c6f
commit 7e92517571
2 changed files with 4 additions and 4 deletions

View File

@@ -290,8 +290,8 @@ enabled = false
db_name = "seaweedfs"
servers=["http://localhost:8529"] # list of servers to connect to
# only basic auth supported for now
user=""
pass=""
username=""
password=""
# skip tls cert validation
insecure_skip_verify = true