We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcf3aa commit a666a96Copy full SHA for a666a96
agent/main.go
@@ -40,7 +40,7 @@ func init() {
40
41
func main() {
42
// Before deploying, change the GrpcAddr value if you need to, compare with the original one
43
- 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")
44
flag.BoolVar(&connection.InsecureTransport, "insecure", false, "grpc with insecure")
45
flag.BoolVar(&connection.InsecureTLS, "insecure-tls", true, "grpc tls insecure")
46
flag.Parse()
0 commit comments