mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
feat: Add SSL configuration option for Postgres connections (#4130)
Update README files for Postgres Record Manager and Vector Store to include a new SSL environment variable, allowing optional SSL configuration for database connections
This commit is contained in:
@@ -83,6 +83,14 @@ class Postgres_VectorStores implements INode {
|
||||
placeholder: getPort(),
|
||||
optional: true
|
||||
},
|
||||
{
|
||||
label: 'SSL',
|
||||
name: 'ssl',
|
||||
description: 'Use SSL to connect to Postgres',
|
||||
type: 'boolean',
|
||||
additionalParams: true,
|
||||
optional: true
|
||||
},
|
||||
{
|
||||
label: 'Table Name',
|
||||
name: 'tableName',
|
||||
|
||||
Reference in New Issue
Block a user