You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/11/11 03:28:33 UTC

[GitHub] [dubbo-go] LaurenceLiZhixin commented on a change in pull request #1581: fix: nacos servicediscovery group、namespace

LaurenceLiZhixin commented on a change in pull request #1581:
URL: https://github.com/apache/dubbo-go/pull/1581#discussion_r747175415



##########
File path: config/config_center_config.go
##########
@@ -60,6 +60,8 @@ type CenterConfig struct {
 	Namespace string            `yaml:"namespace"  json:"namespace,omitempty"`
 	AppID     string            `default:"dubbo" yaml:"app-id"  json:"app-id,omitempty"`
 	Timeout   string            `default:"10s" yaml:"timeout"  json:"timeout,omitempty"`
+	AccessKey string            `yaml:"access-key" json:"access-key,omitempty" property:"access-key"`
+	SecretKey string            `yaml:"secret-key" json:"secret-key,omitempty" property:"secret-key"`

Review comment:
       Done. 删掉了这些不必要的。




-- 
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: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org