File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments