chrislu 2 months ago
parent
commit
470d450f17
  1. 2
      weed/admin/dash/admin_server.go

2
weed/admin/dash/admin_server.go

@ -60,7 +60,7 @@ type AdminServer struct {
// Type definitions moved to types.go
func NewAdminServer(masters string, templateFS http.FileSystem, dataDir string) *AdminServer {
grpcDialOption := security.LoadClientTLS(util.GetViper(), "grpc.client")
grpcDialOption := security.LoadClientTLS(util.GetViper(), "grpc.admin")
// Create master client with multiple master support
masterClient := wdclient.NewMasterClient(

Loading…
Cancel
Save