Skip to content

Commit

Permalink
[Fix][docs] fix wrong config in setup.md (#8483)
Browse files Browse the repository at this point in the history
  • Loading branch information
daigoopautoy authored Jan 9, 2025
1 parent 39d7a40 commit 7964c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/contribution/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ source {
Jdbc {
driver = org.postgresql.Driver
url = "jdbc:postgresql://host:port/database"
username = postgres
user = "postgres"
password = "123456"
query = "select * from test"
table_path = "database.test"
Expand Down

0 comments on commit 7964c9d

Please sign in to comment.