wangchao316 commented on a change in pull request #5284:
URL: https://github.com/apache/iotdb/pull/5284#discussion_r830431786



##########
File path: confignode/src/assembly/resources/conf/iotdb-confignode.properties
##########
@@ -20,6 +20,22 @@
 ####################
 ### DeviceGroup Configuration
 ####################
+# could set ip or hostname
+# Datatype: String
+config_node_rpc_address=host0
+
+# used for communication between data node and config node
+# Datatype: int
+config_node_rpc_port=22277
+
+# used for communication between data node and data node
+# Datatype: int
+config_node_internal_port=22278
+

Review comment:
       sorry, comments error. I alter it.




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