Skip to content

Commit

Permalink
refactor(github.go): remove user-grpc-host and user-grpc-port flags
Browse files Browse the repository at this point in the history
The user-grpc-host and user-grpc-port flags were removed as they were no
longer necessary. This simplifies the code and reduces the number of
environment variables that need to be managed.
  • Loading branch information
cybersiddhu committed Apr 22, 2024
1 parent 6e2709d commit 7a0efb6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions internal/cmd/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,6 @@ func serviceFlags() []cli.Flag {
Usage: "annotation grpc port",
Required: true,
},
cli.StringFlag{
Name: "user-grpc-host",
EnvVar: "USER_API_SERVICE_HOST",
Usage: "user grpc host",
Required: true,
},
cli.StringFlag{
Name: "user-grpc-port",
EnvVar: "USER_API_SERVICE_PORT",
Usage: "user grpc port",
Required: true,
},
}
}

Expand Down

0 comments on commit 7a0efb6

Please sign in to comment.