Skip to content

Commit

Permalink
grpc addr port
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskaliX committed Jan 30, 2023
1 parent 8bcf3aa commit a666a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func init() {

func main() {
// Before deploying, change the GrpcAddr value if you need to, compare with the original one
flag.StringVar(&connection.GrpcAddr, "url", "127.0.0.1:9001", "set grpc addr")
flag.StringVar(&connection.GrpcAddr, "url", "127.0.0.1:8000", "set grpc addr")
flag.BoolVar(&connection.InsecureTransport, "insecure", false, "grpc with insecure")
flag.BoolVar(&connection.InsecureTLS, "insecure-tls", true, "grpc tls insecure")
flag.Parse()
Expand Down

0 comments on commit a666a96

Please sign in to comment.