You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file.
49
-
This configuration is not required if utilizing the [Admin toolset](#supported-tools).
48
+
You will be prompted to configure the following settings during installation. These settings are saved in an `.env` file within the extension's directory.
49
+
50
+
*`CLOUD_SQL_MSSQL_PROJECT`: The GCP project name.
51
+
*`CLOUD_SQL_MSSQL_REGION`: The region of your Cloud SQL instance.
52
+
*`CLOUD_SQL_MSSQL_INSTANCE`: The ID of your Cloud SQL instance.
53
+
*`CLOUD_SQL_MSSQL_DATABASE`: The name of the database to connect to.
54
+
*`CLOUD_SQL_MSSQL_USER`: The database username.
55
+
*`CLOUD_SQL_MSSQL_PASSWORD`: The password for the database user.
56
+
*`CLOUD_SQL_MSSQL_IP_TYPE`: (Optional) Instance IP assignment: `PUBLIC`, `PRIVATE`, or `PSC`. Defaults to `PUBLIC`.
57
+
58
+
> [!NOTE]
59
+
> 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.
0 commit comments