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 07:57:03 UTC

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

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



##########
File path: server/config/struct.go
##########
@@ -19,14 +19,14 @@ package config
 
 //Config is yaml file struct
 type Config struct {
-	DB   DB   `yaml:"db"`
-	RBAC RBAC `yaml:"rbac"`
+	DB            DB     `yaml:"db"`
+	RBAC          RBAC   `yaml:"rbac"`
+	AdvertiseAddr string `yaml:"advertiseAddr"`

Review comment:
       使用cli方式注入




-- 
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