Browse Source

add filer to iam option

pull/2597/head
chrislu 3 years ago
parent
commit
2bfeb5d1c8
  1. 1
      weed/command/server.go

1
weed/command/server.go

@ -208,6 +208,7 @@ func runServer(cmd *Command, args []string) bool {
filerAddress := string(pb.NewServerAddress(*serverIp, *filerOptions.port, *filerOptions.portGrpc))
s3Options.filer = &filerAddress
iamOptions.filer = &filerAddress
webdavOptions.filer = &filerAddress
msgBrokerOptions.filer = &filerAddress

Loading…
Cancel
Save