mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 13:00:56 +03:00
bugfix: update placeholder for SQL database connection string (#3034)
chore: update placeholder for SQL database connection string
This commit is contained in:
@@ -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