mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 11:01:22 +03:00
bugfix: update placeholder for SQL database connection string (#3034)
chore: update placeholder for SQL database connection string
This commit is contained in:
@@ -66,7 +66,7 @@ class SqlDatabaseChain_Chains implements INode {
|
||||
label: 'Connection string or file path (sqlite only)',
|
||||
name: 'url',
|
||||
type: 'string',
|
||||
placeholder: '1270.0.0.1:5432/chinook'
|
||||
placeholder: '127.0.0.1:5432/chinook'
|
||||
},
|
||||
{
|
||||
label: 'Include Tables',
|
||||
|
||||
@@ -223,7 +223,7 @@
|
||||
"label": "Connection string or file path (sqlite only)",
|
||||
"name": "url",
|
||||
"type": "string",
|
||||
"placeholder": "1270.0.0.1:5432/chinook",
|
||||
"placeholder": "127.0.0.1:5432/chinook",
|
||||
"id": "sqlDatabaseChain_0-input-url-string"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user