Skip to content

Commit

Permalink
main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
vovangy committed May 8, 2024
1 parent 8e72c3d commit b302ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func main() {
defer grcpConnUsers.Close()

grcpConnAdverts, err := grpc.Dial(
fmt.Sprintf("%s:%d", cfg.GRPC.AdvertsContainerIP, cfg.GRPC.AdvertPort),
fmt.Sprintf("%s:%d", cfg.GRPC.AdvertContainerIP, cfg.GRPC.AdvertPort),
grpc.WithTransportCredentials(insecure.NewCredentials()),
)
if err != nil {
Expand Down

0 comments on commit b302ff1

Please sign in to comment.