# FIRECRAWL_API_KEY is your unique API key for accessing the Firecrawl API. # You can obtain this key by signing up on the Firecrawl website and navigating to your account settings or API section. FIRECRAWL_API_KEY=your_actual_api_key # BASE_URL is the starting point URL of the website you want to scrape. # Replace "https://docs.example.com/" with the URL of the website you wish to scrape. BASE_URL="https://docs.example.com/" # LIMIT_RATE is a boolean value that determines whether rate limiting is enabled. # Set to "True" to enable rate limiting, or "False" to disable it. LIMIT_RATE=True