imbajin commented on code in PR #444:
URL: 
https://github.com/apache/incubator-hugegraph-doc/pull/444#discussion_r2704505746


##########
content/cn/docs/quickstart/hugegraph/hugegraph-server.md:
##########
@@ -200,10 +200,26 @@ task.scheduler_type=distributed
 pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 ```
 
+```properties
+# 简单示例(带鉴权)
+gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy
+
+# 指定存储 hstore(必须)
+backend=hstore
+serializer=binary
+store=hugegraph
+
+# pd config
+pd.peers=127.0.0.1:8686

Review Comment:
   🧹 **Minor - Missing pd.peers explanation in simplified example**
   
   The comment says "pd config" but doesn't explain what pd.peers is or how to 
configure it for different scenarios (single PD vs multiple PD nodes).
   
   **Suggestion:**
   ```properties
   # PD 配置(必须)- 配置 PD 服务的地址和 RPC 端口
   # 单个 PD 节点时配置一个地址,多个 PD 节点时用逗号分隔
   pd.peers=127.0.0.1:8686
   ```



##########
content/en/docs/quickstart/hugegraph/hugegraph-server.md:
##########
@@ -216,10 +216,26 @@ task.scheduler_type=distributed
 pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 ```
 
+```properties
+# Full example (with authentication)
+gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy
+
+# Specify storage hstore
+backend=hstore
+serializer=binary
+store=hugegraph
+

Review Comment:
   🧹 **Minor - Missing pd.peers explanation (EN version)**
   
   Same as Chinese version - add explanation for pd.peers configuration.
   
   **Suggestion:**
   ```properties
   # PD configuration (required) - Configure PD service address and RPC port
   # Single PD: one address; Multiple PDs: comma-separated
   pd.peers=127.0.0.1:8686
   ```



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