aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_remote_gateway.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/filer_remote_gateway.go')
-rw-r--r--weed/command/filer_remote_gateway.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer_remote_gateway.go b/weed/command/filer_remote_gateway.go
index 61a5d26a2..78357cc04 100644
--- a/weed/command/filer_remote_gateway.go
+++ b/weed/command/filer_remote_gateway.go
@@ -78,7 +78,7 @@ var cmdFilerRemoteGateway = &Command{
func runFilerRemoteGateway(cmd *Command, args []string) bool {
- util.LoadConfiguration("security", false)
+ util.LoadSecurityConfiguration()
grpcDialOption := security.LoadClientTLS(util.GetViper(), "grpc.client")
remoteGatewayOptions.grpcDialOption = grpcDialOption