From b7de5c6c430ac1d8acb79a0dd5197f2463e4266c Mon Sep 17 00:00:00 2001 From: chrislu Date: Thu, 7 Jul 2022 15:01:23 -0700 Subject: [PATCH] shell: remove unused filer parameter from shell.toml --- weed/command/scaffold/shell.toml | 2 -- 1 file changed, 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 = ""