From e50689beed52a20e64b4ad64d0c9cba04f53f71b Mon Sep 17 00:00:00 2001 From: re-dylan <35103941+re-dylan@users.noreply.github.com> Date: Sun, 2 Oct 2022 21:46:33 +0800 Subject: [PATCH] fix #2343 (#2349) Co-authored-by: dylan.wang --- 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 cea664b6..6cd4bddf 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