Skip to content

Commit 7e7bbba

Browse files
authored
fix(docs): fix pd.peers conf loss in quick_start.md (#453)
1 parent 202d930 commit 7e7bbba

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

content/cn/docs/quickstart/hugegraph/hugegraph-server.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ pd.peers=127.0.0.1:8686
222222

223223
```properties
224224
usePD=true
225+
# 注意,1.7.0 必须在 rest-server.properties 配置 pd.peers
226+
pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
225227

226228
# 若需要 auth
227229
# auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator

content/en/docs/quickstart/hugegraph/hugegraph-server.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ Then enable PD discovery in `rest-server.properties` (required for every HugeGra
239239
```properties
240240
usePD=true
241241
242+
# notice: must have this conf in 1.7.0
243+
pd.peers=127.0.0.1:8686,127.0.0.1:8687,127.0.0.1:8688
242244
# If auth is needed
243245
# auth.authenticator=org.apache.hugegraph.auth.StandardAuthenticator
244246
```

0 commit comments

Comments
 (0)