aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold
diff options
context:
space:
mode:
authora <a@tuxpa.in>2022-04-01 14:09:25 -0500
committera <a@tuxpa.in>2022-04-01 14:09:25 -0500
commit7e925175715c57b49552a94d25d1d3dc40f1d881 (patch)
tree42d4e6c4d46159edff9e53989ba447c45adb23f4 /weed/command/scaffold
parent549e341c6f667dfd9798893246b4c23d0be5567a (diff)
downloadseaweedfs-7e925175715c57b49552a94d25d1d3dc40f1d881.tar.xz
seaweedfs-7e925175715c57b49552a94d25d1d3dc40f1d881.zip
change user and pass to username and password
Diffstat (limited to 'weed/command/scaffold')
-rw-r--r--weed/command/scaffold/filer.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml
index 6a7835de3..0a505bbdc 100644
--- a/weed/command/scaffold/filer.toml
+++ b/weed/command/scaffold/filer.toml
@@ -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