diff --git a/README.md b/README.md index 4fbc473..9e72892 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,15 @@ gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-mys Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file. This configuration is not required if utilizing the [Admin toolset](#supported-tools). -* `CLOUD_SQL_MYSQL_PROJECT`: The GCP project ID. -* `CLOUD_SQL_MYSQL_REGION`: The region of your Cloud SQL instance. -* `CLOUD_SQL_MYSQL_INSTANCE`: The ID of your Cloud SQL instance. -* `CLOUD_SQL_MYSQL_DATABASE`: The name of the database to connect to. -* `CLOUD_SQL_MYSQL_USER`: The database username. -* `CLOUD_SQL_MYSQL_PASSWORD`: The password for the database user. -* `CLOUD_SQL_MYSQL_IP_TYPE`: (Optional) The IP type i.e. “Public”, “Private”, or "PSC" (Default: Public). +```bash +export CLOUD_SQL_MYSQL_PROJECT="" +export CLOUD_SQL_MYSQL_REGION="" +export CLOUD_SQL_MYSQL_INSTANCE="" +export CLOUD_SQL_MYSQL_DATABASE="" +export CLOUD_SQL_MYSQL_USER="" +export CLOUD_SQL_MYSQL_PASSWORD="" +export CLOUD_SQL_MYSQL_IP_TYPE="PUBLIC" # Optional: `PUBLIC`, `PRIVATE`, `PSC`. Defaults to `PUBLIC`. +``` Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.