Skip to content

Commit ae92bf1

Browse files
authored
docs: Update README.md for optional env vars (#67)
1 parent e427bc4 commit ae92bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ gemini extensions install https://github.com/gemini-cli-extensions/postgres
4444
Set the following environment variables before starting the Gemini CLI. These variables can be loaded from a `.env` file.
4545

4646
```bash
47-
export POSTGRES_HOST="<your-postgres-host>"
48-
export POSTGRES_PORT="<your-postgres-port>"
47+
export POSTGRES_HOST="<your-postgres-host>" # Optional: defaults to localhost
48+
export POSTGRES_PORT="<your-postgres-port>" # Optional: defaults to 5432
4949
export POSTGRES_DATABASE="<your-database-name>"
5050
export POSTGRES_USER="<your-database-user>"
5151
export POSTGRES_PASSWORD="<your-database-password>"

0 commit comments

Comments
 (0)