Skip to content

Commit 9a3749d

Browse files
authored
Update CLOUD-SQL-SQLSERVER.md
1 parent ef5afd0 commit 9a3749d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CLOUD-SQL-SQLSERVER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To install this extension, the Gemini CLI version must be v0.6.0 or above. The v
1414

1515
This section covers connecting to a Cloud SQL for SQL Server instance.
1616

17-
1. **Extension Configuration**: This extension requires several settings (e.g., Project ID, Instance ID, Database Name, User, and Password). These values are gathered via prompts when you first install or link the extension:
17+
1. **Verify Environment Variables**: The extension requires the following environment variables to be set before the Gemini CLI is started:
1818

1919
* `CLOUD_SQL_MSSQL_PROJECT`: The GCP project ID.
2020
* `CLOUD_SQL_MSSQL_REGION`: The region of your Cloud SQL instance.
@@ -90,4 +90,4 @@ The value can be verified by the user using the `gemini extensions config cloud-
9090
9191
**ALWAYS** use the full table name format, `DATABASE_NAME.SCHEMA_NAME.TABLE_NAME` in the generated SQL when using the `execute_sql` skill.
9292
* Default to using "dbo" for the schema name.
93-
* Use command `echo $CLOUD_SQL_MSSQL_DATABASE` to get the current database value.
93+
* Use command `echo $CLOUD_SQL_MSSQL_DATABASE` to get the current database value.

0 commit comments

Comments
 (0)