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



##########
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:
       可以看下`remoting/nacos/builder.go` 里面有这些key配置的




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to