Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit 08df78e

Browse files
password included
1 parent d7fe7b2 commit 08df78e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/cn/docs/guides/toolchain-local-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ pwd # 应显示 .../hugegraph-toolchain
350350
curl -s http://localhost:8080/graphs
351351
352352
# 3. 如果使用鉴权,确认配置正确
353-
curl -u admin:pa http://localhost:8080/graphs
353+
curl -u admin:<your_password> http://localhost:8080/graphs # 将 <your_password> 替换为实际密码
354354
```
355355

356356
```bash

content/en/docs/guides/toolchain-local-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ pwd # Should display .../hugegraph-toolchain
348348
curl -s http://localhost:8080/graphs
349349

350350
# 3. If authentication is used, confirm the configuration is correct
351-
curl -u admin:pa http://localhost:8080/graphs
351+
curl -u admin:<your_password> http://localhost:8080/graphs # replace <your_password> by actual password
352352
```
353353

354354
```bash

0 commit comments

Comments
 (0)