Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
x committed Dec 28, 2024
1 parent 6088442 commit 433043f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cmd_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func runCommand(cmd *cobra.Command, args []string) {
Debug: false,
Mode: hcore.SetupMode_GRPC_NORMAL_INSECURE,
Listen: "127.0.0.1:17078",
},
}, nil,
)
// conn, err := grpc.Dial("127.0.0.1:17078", grpc.WithInsecure())
// if err != nil {
Expand Down

0 comments on commit 433043f

Please sign in to comment.