Skip to content

Commit

Permalink
fix: useless CA_PATH description
Browse files Browse the repository at this point in the history
  • Loading branch information
Icemap committed Aug 25, 2023
1 parent 57dc6b2 commit d9519eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Expand Up @@ -114,7 +114,7 @@ cd tidb-java-springboot-jpa-quickstart
export USE_SSL='false'
```

注意替换 `{}` 中的占位符为你的 TiDB 对应的值,并删除 `CA_PATH` 这行。如果你在本机运行 TiDB,默认 Host 地址为 `127.0.0.1`,密码为空。
注意替换 `{}` 中的占位符为你的 TiDB 对应的值。如果你在本机运行 TiDB,默认 Host 地址为 `127.0.0.1`,密码为空。

3. 保存文件。

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -114,7 +114,7 @@ cd tidb-java-springboot-jpa-quickstart
export USE_SSL='false'
```

Replace placeholders `{}` with values corresponding to your TiDB setup, and delete the `CA_PATH` line. If you are running TiDB on your local machine, the default Host address is `127.0.0.1`, and the password is empty.
Replace placeholders `{}` with values corresponding to your TiDB setup. If you are running TiDB on your local machine, the default Host address is `127.0.0.1`, and the password is empty.

3. Save the file.

Expand Down

0 comments on commit d9519eb

Please sign in to comment.