Skip to content

Commit f832be1

Browse files
authored
Update README.md
1 parent b67a5f3 commit f832be1

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,6 @@ To view or update your configuration:
6969
* `scope`: (Optional) The scope of the setting in (`user` or `workspace`). Defaults to `user`.
7070
* Currently, you must restart the Gemini CLI for changes to take effect. We recommend using `gemini --resume` to resume your session.
7171

72-
Alternatively, you can manually set these environment variables before starting the Gemini CLI:
73-
74-
```bash
75-
export CLOUD_SQL_POSTGRES_PROJECT="<your-gcp-project-id>"
76-
export CLOUD_SQL_POSTGRES_REGION="<your-cloud-sql-region>"
77-
export CLOUD_SQL_POSTGRES_INSTANCE="<your-cloud-sql-instance-id>"
78-
export CLOUD_SQL_POSTGRES_DATABASE="<your-database-name>"
79-
export CLOUD_SQL_POSTGRES_USER="<your-database-user>" # Optional
80-
export CLOUD_SQL_POSTGRES_PASSWORD="<your-database-password>" # Optional
81-
export CLOUD_SQL_POSTGRES_IP_TYPE="PUBLIC" # Optional: `PUBLIC`, `PRIVATE`, `PSC`. Defaults to `PUBLIC`.
82-
```
83-
8472
> [!NOTE]
8573
> * Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
8674
> * If your Cloud SQL for PostgreSQL instance uses private IPs, you must run Gemini CLI in the same Virtual Private Cloud (VPC) network.

0 commit comments

Comments
 (0)