From 70cf44f13bb606c81d200c137d67552b743351d5 Mon Sep 17 00:00:00 2001 From: "dylan.wang" Date: Sat, 3 Sep 2022 20:33:22 +0800 Subject: [PATCH] fix #2343 --- tools/goctl/rpc/generator/etc.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/goctl/rpc/generator/etc.tpl b/tools/goctl/rpc/generator/etc.tpl index cea664b62eea..6cd4bddf3912 100644 --- a/tools/goctl/rpc/generator/etc.tpl +++ b/tools/goctl/rpc/generator/etc.tpl @@ -1,5 +1,5 @@ Name: {{.serviceName}}.rpc -ListenOn: 127.0.0.1:8080 +ListenOn: 0.0.0.0:8080 Etcd: Hosts: - 127.0.0.1:2379