zhaoyunxing92 opened a new pull request #1272: URL: https://github.com/apache/dubbo-go/pull/1272
**What this PR does**: 支持更多的参数设置 https://github.com/apache/dubbo-go/issues/1213 > 覆盖策略:`parameters`里面的配置会覆盖`config_center`下的配置 ```yaml config_center: protocol: nacos address: 127.0.0.1:8848 parameters: username: nacos password: 123456 kms: true access: ali secret: 123456 updateThreadNum: 15 logLevel: warn ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
