zhaoyunxing92 commented on a change in pull request #1272:
URL: https://github.com/apache/dubbo-go/pull/1272#discussion_r656718340
##########
File path: common/constant/key.go
##########
@@ -134,13 +134,14 @@ const (
)
const (
- CONFIG_NAMESPACE_KEY = "config.namespace"
- CONFIG_GROUP_KEY = "config.group"
- CONFIG_APP_ID_KEY = "config.appId"
- CONFIG_CLUSTER_KEY = "config.cluster"
- CONFIG_CHECK_KEY = "config.check"
- CONFIG_TIMEOUT_KET = "config.timeout"
- CONFIG_LOG_DIR_KEY = "config.logDir"
+ CONFIG_NAMESPACE_KEY = "namespace"
+ CONFIG_GROUP_KEY = "group"
+ CONFIG_APP_ID_KEY = "appId"
+ CONFIG_CLUSTER_KEY = "cluster"
+ CONFIG_TIMEOUT_KET = "timeout"
+ CONFIG_USERNAME_KET = "username"
+ CONFIG_PASSWORD_KET = "password"
Review comment:
我修改下,拼写错误
--
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]