diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-04-08 23:57:15 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-04-08 23:57:15 -0700 |
| commit | f6a7e79dc370dfb2e3fe5bff6a380afde95b9a7f (patch) | |
| tree | 716ffa52d4efe0705789eb6b527f2c370a341f7e /weed/command/scaffold.go | |
| parent | 2329d9e0c18aa2dbc2b843a43fe269ee539a0f39 (diff) | |
| download | seaweedfs-f6a7e79dc370dfb2e3fe5bff6a380afde95b9a7f.tar.xz seaweedfs-f6a7e79dc370dfb2e3fe5bff6a380afde95b9a7f.zip | |
weed shell: simplify CLI option for filer
Diffstat (limited to 'weed/command/scaffold.go')
| -rw-r--r-- | weed/command/scaffold.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/command/scaffold.go b/weed/command/scaffold.go index f2832510c..2aad29548 100644 --- a/weed/command/scaffold.go +++ b/weed/command/scaffold.go @@ -364,7 +364,8 @@ scripts = """ sleep_minutes = 17 # sleep minutes between each script execution [master.filer] -default_filer_url = "http://localhost:8888/" +default = "localhost:8888" # used by maintenance scripts if the scripts needs to use fs related commands + [master.sequencer] type = "memory" # Choose [memory|etcd] type for storing the file id sequence |
