You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/10/11 08:04:56 UTC

[GitHub] [servicecomb-kie] robotLJW commented on a change in pull request #219: 修复Linux 本地版Kie在部分机器上报找不到private ip的错误

robotLJW commented on a change in pull request #219:
URL: https://github.com/apache/servicecomb-kie/pull/219#discussion_r725880671



##########
File path: server/resource/v1/kv_resource_test.go
##########
@@ -67,7 +67,7 @@ func init() {
 	config.Configurations = &config.Config{
 		DB:             config.DB{},
 		ListenPeerAddr: "127.0.0.1:4000",
-		AdvertiseAddr:  "127.0.0.1:4000",
+		AdvertiseAddr:  "127.0.0.1",

Review comment:
       为什么4000这个端口要删除




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org