healchow commented on code in PR #571:
URL: https://github.com/apache/inlong-website/pull/571#discussion_r1000292138


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/dataproxy/configuration.md:
##########
@@ -0,0 +1,52 @@
+---
+title: 配置
+sidebar_position: 3
+---
+
+## 基本配置(common.properties)
+
+| 参数                                                      | 描述                 
      | 默认值                                  | 备注                               
                                           |
+|---------------------------------------------------------|--------------------------|--------------------------------------|-----------------------------------------------------------------------------|
+| manager.hosts                                           | Manager服务器IP和端口列表  
      | 127.0.0.1:8083                      | 不允许为空,格式按照 
{ip1:port1}[,{ip2:port2}][,{ip3:port3}] 格式进行配置                   |
+| manager.auth.secretId                                   | 登录所需帐号             
      | 无                                    | 允许为空不填写                          
                                           |
+| manager.auth.secretKey                                  | 登录所需密码             
      | 无                                    | 允许为空不填写                          
                                           |
+| proxy.cluster.tag                                       | dataproxy所处的集群Set名 
      | default_cluster                      | 一个集群set里可以包含多个dataproxy、MQ的集群    
                                           |

Review Comment:
   `dataproxy所处的集群Set名` -> `DataProxy 所处的集群 Tag 名`.
   
   `Set` is a new name, suggest unifying it to `Tag`.



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