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.
COCOINDEX_DATABASE_URL
quickstart.md
1 parent 56c480f commit de9ee1bCopy full SHA for de9ee1b
docs/docs/getting_started/quickstart.md
@@ -170,7 +170,7 @@ The `@cocoindex.main_fn` declares a function as the main function for an indexin
170
Specify the database URL by environment variable:
171
172
```bash
173
-export COCOINDEX_DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres"
+export COCOINDEX_DATABASE_URL="postgresql://cocoindex:cocoindex@localhost:5432/cocoindex"
174
```
175
176
### Step 3.1: Setup the index pipeline
0 commit comments