Skip to content

Commit de9ee1b

Browse files
authored
Correct COCOINDEX_DATABASE_URL in quickstart.md (#49)
1 parent 56c480f commit de9ee1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/getting_started/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The `@cocoindex.main_fn` declares a function as the main function for an indexin
170170
Specify the database URL by environment variable:
171171
172172
```bash
173-
export COCOINDEX_DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres"
173+
export COCOINDEX_DATABASE_URL="postgresql://cocoindex:cocoindex@localhost:5432/cocoindex"
174174
```
175175
176176
### Step 3.1: Setup the index pipeline

0 commit comments

Comments
 (0)