duerzy commited on
Commit
d794566
·
1 Parent(s): b0af2d3

Add Firecrawl API URL configuration to environment template

Browse files

Added 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.

Files changed (1) hide show
  1. 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"