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



##########
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配置advertiseAddr




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to