mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
Caleb: added .env.example
This commit is contained in:
parent
b361a76282
commit
e6b46178dd
18
apps/api/.env.example
Normal file
18
apps/api/.env.example
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Required
|
||||||
|
NUM_WORKERS_PER_QUEUE=8
|
||||||
|
PORT=
|
||||||
|
HOST=
|
||||||
|
SUPABASE_ANON_TOKEN=
|
||||||
|
SUPABASE_URL=
|
||||||
|
SUPABASE_SERVICE_TOKEN=
|
||||||
|
REDIS_URL=
|
||||||
|
|
||||||
|
# Optional
|
||||||
|
|
||||||
|
SCRAPING_BEE_API_KEY=
|
||||||
|
OPENAI_API_KEY=
|
||||||
|
BULL_AUTH_KEY=
|
||||||
|
LOGTAIL_KEY=
|
||||||
|
PLAYWRIGHT_MICROSERVICE_URL=
|
||||||
|
LLAMAPARSE_API_KEY=
|
||||||
|
TEST_API_KEY=
|
Loading…
Reference in New Issue
Block a user