Skip to content

Commit 531fde5

Browse files
committed
fix: Minor improvement to start the server locally
1 parent dc7361e commit 531fde5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ JINA_CODE_API_KEY=""
6565
VECTOR_SIZES="384,512,768,1024,1536,3072"
6666
RUST_LOG="INFO"
6767
BM25_ACTIVE="true"
68+
PAGEFIND_CDN_BASE_URL="lZP8X4h0Q5Sj2ZmV,aAmu1W92T6DbFUkJ,DZ5pMvz8P1kKNH0r,QAqwvKh8rI5sPmuW,YMwgsBz7jLfN0oX8"
69+
SHOPIFY_SECRET_KEY="foobar"
70+
GROQ_API_KEY="loremipsum"
6871

6972
##### Firecrawl #####
7073
NUM_WORKERS_PER_QUEUE=8

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ cp .env.dashboard ./frontends/dashboard/.env
154154
2. Replace the value for `LLM_API_KEY` to be your own OpenAI API key.
155155
3. Replace the value for `OPENAI_API_KEY` to be your own OpenAI API key.
156156

157-
### Export the following keys in your terminal for local dev
157+
### Override the following keys in your terminal for local dev
158158

159-
The PAGEFIND_CDN_BASE_URL and S3_SECRET_KEY_CSVJSONL could be set to a random list of strings.
159+
The PAGEFIND_CDN_BASE_URL and S3_SECRET_KEY_CSVJSONL can be set to a random list of strings.
160160

161161
```
162162
export OPENAI_API_KEY="your_OpenAI_api_key" \

0 commit comments

Comments
 (0)