Skip to content

Commit

Permalink
Update placeholder port to match Postgres default (#3307)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgmerritt authored Oct 3, 2024
1 parent 2d3aca5 commit 4908557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Postgres_VectorStores implements INode {
label: 'Port',
name: 'port',
type: 'number',
placeholder: '6432',
placeholder: '5432',
optional: true
},
{
Expand Down

0 comments on commit 4908557

Please sign in to comment.