We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04825d4 commit c99db0cCopy full SHA for c99db0c
text_2_sql/.env.example
@@ -19,7 +19,7 @@ AIService__AzureSearchOptions__Text2SqlColumnValueStore__Index=<Column value sto
19
20
# TSQL
21
Text2Sql__Tsql__ConnectionString=<Tsql databaseConnectionString if using Tsql Data Source>
22
-Text2Sql__Database=<Tsql database if using Tsql Data Source>
+Text2Sql__Tsql__Database=<Tsql database if using Tsql Data Source>
23
24
# PostgreSQL Specific Connection Details
25
Text2Sql__Postgresql__ConnectionString=<Postgresql databaseConnectionString if using Postgresql Data Source>
0 commit comments