File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,13 @@ gemini extensions install https://github.com/gemini-cli-extensions/postgres
4343
4444Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a ` .env ` file.
4545
46- * ` POSTGRES_HOST ` : The hostname or IP address of the PostgreSQL server.
47- * ` POSTGRES_PORT ` : The port number of the PostgreSQL server.
48- * ` POSTGRES_DATABASE ` : The name of the database to connect to.
49- * ` POSTGRES_USER ` : The username for authentication.
50- * ` POSTGRES_PASSWORD ` : The password for authentication.
46+ ``` bash
47+ export POSTGRES_HOST=" <your-postgres-host>"
48+ export POSTGRES_PORT=" <your-postgres-port>"
49+ export POSTGRES_DATABASE=" <your-database-name>"
50+ export POSTGRES_USER=" <your-database-user>"
51+ export POSTGRES_PASSWORD=" <your-database-password>"
52+ ```
5153
5254### Start Gemini CLI
5355
You can’t perform that action at this time.
0 commit comments