Skip to content

Commit 7964c9d

Browse files
authored
[Fix][docs] fix wrong config in setup.md (#8483)
1 parent 39d7a40 commit 7964c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/zh/contribution/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ source {
107107
Jdbc {
108108
driver = org.postgresql.Driver
109109
url = "jdbc:postgresql://host:port/database"
110-
username = postgres
110+
user = "postgres"
111111
password = "123456"
112112
query = "select * from test"
113113
table_path = "database.test"

0 commit comments

Comments
 (0)