From 6cc440e0a837172d6f8098e2211cecc66b4fb124 Mon Sep 17 00:00:00 2001 From: duerzy Date: Wed, 12 Mar 2025 00:22:31 +0800 Subject: [PATCH] Add Firecrawl API URL configuration to environment template 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. --- owl/.env_template | 1 + 1 file changed, 1 insertion(+) diff --git a/owl/.env_template b/owl/.env_template index 4c0a128..cbf77f4 100644 --- a/owl/.env_template +++ b/owl/.env_template @@ -26,3 +26,4 @@ CHUNKR_API_KEY="" # Firecrawl API (https://www.firecrawl.dev/) FIRECRAWL_API_KEY="" +#FIRECRAWL_API_URL="https://api.firecrawl.dev" \ No newline at end of file