updated cmd

This commit is contained in:
marvzhang
2021-07-10 22:22:02 +08:00
parent 5b2aff713e
commit 553fbbc1f8
3 changed files with 6 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ assigned by the master node`,
return
}
opts = append(opts, apps.WithWorkerGrpcAddress(address))
viper.Set("grpc.client.address", workerGrpcAddress)
viper.Set("grpc.address", workerGrpcAddress)
}
// app