Adding contributors guide
This commit is contained in:
parent
5cdbf3a0ac
commit
ef4ffd3a18
@ -1,18 +1,24 @@
|
|||||||
ENV=
|
# ===== Required ENVS ======
|
||||||
NUM_WORKERS_PER_QUEUE=8
|
NUM_WORKERS_PER_QUEUE=8
|
||||||
PORT=
|
PORT=3002
|
||||||
HOST=
|
HOST=0.0.0.0
|
||||||
SUPABASE_ANON_TOKEN=
|
REDIS_URL=redis://localhost:6379
|
||||||
SUPABASE_URL=
|
|
||||||
|
## To turn on DB authentication, you need to set up supabase.
|
||||||
|
USE_DB_AUTHENTICATION=true
|
||||||
|
|
||||||
|
# ===== Optional ENVS ======
|
||||||
|
|
||||||
|
# Supabase Setup (used to support DB authentication, advanced logging, etc.)
|
||||||
|
SUPABASE_ANON_TOKEN=
|
||||||
|
SUPABASE_URL=
|
||||||
SUPABASE_SERVICE_TOKEN=
|
SUPABASE_SERVICE_TOKEN=
|
||||||
REDIS_URL=
|
|
||||||
|
|
||||||
# Optional
|
# Other Optionals
|
||||||
|
TEST_API_KEY= # use if you've set up authentication and want to test with a real API key
|
||||||
SCRAPING_BEE_API_KEY=
|
SCRAPING_BEE_API_KEY= #Set if you'd like to use scraping Be to handle JS blocking
|
||||||
OPENAI_API_KEY=
|
OPENAI_API_KEY= # add for LLM dependednt features (image alt generation, etc.)
|
||||||
BULL_AUTH_KEY=
|
BULL_AUTH_KEY= #
|
||||||
LOGTAIL_KEY=
|
LOGTAIL_KEY= # Use if you're configuring basic logging with logtail
|
||||||
PLAYWRIGHT_MICROSERVICE_URL=
|
PLAYWRIGHT_MICROSERVICE_URL= # set if you'd like to run a playwright fallback
|
||||||
LLAMAPARSE_API_KEY=
|
LLAMAPARSE_API_KEY= #Set if you have a llamaparse key you'd like to use to parse pdfs
|
||||||
TEST_API_KEY=
|
|
Loading…
Reference in New Issue
Block a user