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
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
49
50
-
*`CLOUD_SQL_MSSQL_PROJECT`: The GCP project ID.
50
+
*`CLOUD_SQL_MSSQL_PROJECT`: The GCP project name.
51
51
*`CLOUD_SQL_MSSQL_REGION`: The region of your Cloud SQL instance.
52
52
*`CLOUD_SQL_MSSQL_INSTANCE`: The ID of your Cloud SQL instance.
53
53
*`CLOUD_SQL_MSSQL_DATABASE`: The name of the database to connect to.
54
54
*`CLOUD_SQL_MSSQL_USER`: The database username.
55
55
*`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`.
57
57
58
58
> [!NOTE]
59
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