mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 05:01:10 +03:00
Update placeholder port to match Postgres default (#3307)
This commit is contained in:
@@ -72,7 +72,7 @@ class Postgres_VectorStores implements INode {
|
|||||||
label: 'Port',
|
label: 'Port',
|
||||||
name: 'port',
|
name: 'port',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
placeholder: '6432',
|
placeholder: '5432',
|
||||||
optional: true
|
optional: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user