Add Firecrawl API URL configuration to environment template
Browse filesAdded commented FIRECRAWL_API_URL variable to the .env_template file to support changing Firecrawl API service URL. Users can uncomment and configure this variable when needed for local Firecrawl API access.
- owl/.env_template +1 -0
owl/.env_template
CHANGED
@@ -26,3 +26,4 @@ CHUNKR_API_KEY=""
|
|
26 |
|
27 |
# Firecrawl API (https://www.firecrawl.dev/)
|
28 |
FIRECRAWL_API_KEY=""
|
|
|
|
26 |
|
27 |
# Firecrawl API (https://www.firecrawl.dev/)
|
28 |
FIRECRAWL_API_KEY=""
|
29 |
+
#FIRECRAWL_API_URL="https://api.firecrawl.dev"
|