Skip to content

Commit e84e2d2

Browse files
authored
Update README.md
1 parent 6715440 commit e84e2d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-sql
4747

4848
You will be prompted to configure the following settings during installation. These settings are saved in an `.env` file within the extension's directory.
4949

50-
* `CLOUD_SQL_MSSQL_PROJECT`: The GCP project ID.
50+
* `CLOUD_SQL_MSSQL_PROJECT`: The GCP project name.
5151
* `CLOUD_SQL_MSSQL_REGION`: The region of your Cloud SQL instance.
5252
* `CLOUD_SQL_MSSQL_INSTANCE`: The ID of your Cloud SQL instance.
5353
* `CLOUD_SQL_MSSQL_DATABASE`: The name of the database to connect to.
5454
* `CLOUD_SQL_MSSQL_USER`: The database username.
5555
* `CLOUD_SQL_MSSQL_PASSWORD`: The password for the database user.
56-
* `CLOUD_SQL_MSSQL_IP_TYPE`: (Optional) Type of the IP address: `PUBLIC` or `PRIVATE`. Defaults to `PUBLIC`.
56+
* `CLOUD_SQL_MSSQL_IP_TYPE`: (Optional) Instance IP assignment: `PUBLIC`, `PRIVATE`, or `PSC`. Defaults to `PUBLIC`.
5757

5858
> [!NOTE]
5959
> This configuration is primarily for the Data Plane tools (querying). The Admin toolset does not strictly require these to be pre-set if you provide them in your prompts, but it is recommended for a smoother experience.
@@ -79,7 +79,7 @@ export CLOUD_SQL_MSSQL_INSTANCE="<your-cloud-sql-instance-id>"
7979
export CLOUD_SQL_MSSQL_DATABASE="<your-database-name>"
8080
export CLOUD_SQL_MSSQL_USER="<your-database-user>"
8181
export CLOUD_SQL_MSSQL_PASSWORD="<your-database-password>"
82-
export CLOUD_SQL_MSSQL_IP_TYPE="PUBLIC" # Optional: `PUBLIC`, `PRIVATE`. Defaults to `PUBLIC`.
82+
export CLOUD_SQL_MSSQL_IP_TYPE="PUBLIC" # (Optional) Instance IP assignmentL `PUBLIC`, `PRIVATE`, `PSC`. Defaults to `PUBLIC`.
8383
```
8484

8585
> [!NOTE]

0 commit comments

Comments
 (0)