aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/shell.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/weed/command/shell.go b/weed/command/shell.go
index 1c3ce5f10..3216d5d48 100644
--- a/weed/command/shell.go
+++ b/weed/command/shell.go
@@ -31,6 +31,10 @@ func runShell(command *Command, args []string) bool {
weed_server.LoadConfiguration("security", false)
shellOptions.GrpcDialOption = security.LoadClientTLS(viper.Sub("grpc"), "client")
+ shellOptions.FilerHost = "localhost"
+ shellOptions.FilerPort = 8888
+ shellOptions.Directory = ""
+
shell.RunShell(shellOptions)
return true