shell: remove unused filer parameter from shell.toml

This commit is contained in:
chrislu 2022-07-07 15:01:23 -07:00
parent f2f0482dd3
commit b7de5c6c43

View file

@ -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 = ""