Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Update endpoint to production
Browse files Browse the repository at this point in the history
  • Loading branch information
BirknerAlex authored Feb 7, 2023
1 parent a55ac06 commit 3fc91b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gpcloud/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"google.golang.org/grpc"
)

const DefaultEndpoint = "grpc.gpcloud.space:443"
const DefaultEndpoint = "grpc.g-portal.cloud:443"

type Client struct {
grpcClient *grpc.ClientConn
Expand Down

0 comments on commit 3fc91b0

Please sign in to comment.