Skip to content

Commit a666a96

Browse files
committed
grpc addr port
1 parent 8bcf3aa commit a666a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func init() {
4040

4141
func main() {
4242
// 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")
43+
flag.StringVar(&connection.GrpcAddr, "url", "127.0.0.1:8000", "set grpc addr")
4444
flag.BoolVar(&connection.InsecureTransport, "insecure", false, "grpc with insecure")
4545
flag.BoolVar(&connection.InsecureTLS, "insecure-tls", true, "grpc tls insecure")
4646
flag.Parse()

0 commit comments

Comments
 (0)