diff options
| author | chrislu <chris.lu@gmail.com> | 2022-07-07 15:01:23 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-07-07 15:01:23 -0700 |
| commit | b7de5c6c430ac1d8acb79a0dd5197f2463e4266c (patch) | |
| tree | 0a06cb29494669f51fd92810c60bd0a6706fbdac | |
| parent | f2f0482dd332e13f57f0e39b262fa409dacca02e (diff) | |
| download | seaweedfs-b7de5c6c430ac1d8acb79a0dd5197f2463e4266c.tar.xz seaweedfs-b7de5c6c430ac1d8acb79a0dd5197f2463e4266c.zip | |
shell: remove unused filer parameter from shell.toml
| -rw-r--r-- | weed/command/scaffold/shell.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/weed/command/scaffold/shell.toml b/weed/command/scaffold/shell.toml index 288ae2efe..0213708a4 100644 --- a/weed/command/scaffold/shell.toml +++ b/weed/command/scaffold/shell.toml @@ -3,8 +3,6 @@ default = "c1" [cluster.c1] master = "localhost:9333" # comma-separated master servers -filer = "localhost:8888" # filer host and port [cluster.c2] master = "" -filer = "" |
