This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e7bbba7 fix(docs): fix pd.peers conf loss in quick_start.md (#453)
7e7bbba7 is described below

commit 7e7bbba7d054890659722e26129f0f502c9bacbb
Author: Tsukilc <[email protected]>
AuthorDate: Thu Feb 12 15:10:08 2026 +0800

    fix(docs): fix pd.peers conf loss in quick_start.md (#453)
---
 content/cn/docs/quickstart/hugegraph/hugegraph-server.md | 2 ++
 content/en/docs/quickstart/hugegraph/hugegraph-server.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/content/cn/docs/quickstart/hugegraph/hugegraph-server.md 
b/content/cn/docs/quickstart/hugegraph/hugegraph-server.md
index 9aad3501..b24c7138 100644
--- a/content/cn/docs/quickstart/hugegraph/hugegraph-server.md
+++ b/content/cn/docs/quickstart/hugegraph/hugegraph-server.md
@@ -222,6 +222,8 @@ pd.peers=127.0.0.1:8686
 
 ```properties
 usePD=true
+# 注意,1.7.0 必须在 rest-server.properties 配置 pd.peers
+pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 
 # 若需要 auth 
 # auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator
diff --git a/content/en/docs/quickstart/hugegraph/hugegraph-server.md 
b/content/en/docs/quickstart/hugegraph/hugegraph-server.md
index 921577d1..803b67bd 100644
--- a/content/en/docs/quickstart/hugegraph/hugegraph-server.md
+++ b/content/en/docs/quickstart/hugegraph/hugegraph-server.md
@@ -239,6 +239,8 @@ Then enable PD discovery in `rest-server.properties` 
(required for every HugeGra
 ```properties
 usePD=true
 
+# notice: must have this conf in 1.7.0
+pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
 # If auth is needed
 # auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator
 ```

Reply via email to