From 254c921e0f4fd460240e1e53693f98657c88712e Mon Sep 17 00:00:00 2001 From: LJ Date: Thu, 6 Mar 2025 10:12:43 -0800 Subject: [PATCH] Correct `COCOINDEX_DATABASE_URL` in `quickstart.md` --- docs/docs/getting_started/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting_started/quickstart.md b/docs/docs/getting_started/quickstart.md index f8ececae..b349ba93 100644 --- a/docs/docs/getting_started/quickstart.md +++ b/docs/docs/getting_started/quickstart.md @@ -170,7 +170,7 @@ The `@cocoindex.main_fn` declares a function as the main function for an indexin Specify the database URL by environment variable: ```bash -export COCOINDEX_DATABASE_URL="postgresql://postgres:postgres@localhost:5432/postgres" +export COCOINDEX_DATABASE_URL="postgresql://cocoindex:cocoindex@localhost:5432/cocoindex" ``` ### Step 3.1: Setup the index pipeline