We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e427bc4 commit ae92bf1Copy full SHA for ae92bf1
README.md
@@ -44,8 +44,8 @@ gemini extensions install https://github.com/gemini-cli-extensions/postgres
44
Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file.
45
46
```bash
47
-export POSTGRES_HOST="<your-postgres-host>"
48
-export POSTGRES_PORT="<your-postgres-port>"
+export POSTGRES_HOST="<your-postgres-host>" # Optional: defaults to localhost
+export POSTGRES_PORT="<your-postgres-port>" # Optional: defaults to 5432
49
export POSTGRES_DATABASE="<your-database-name>"
50
export POSTGRES_USER="<your-database-user>"
51
export POSTGRES_PASSWORD="<your-database-password>"
0 commit comments