Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnJyong committed Jun 14, 2024
1 parent 2915103 commit 84a3015
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,4 @@ WORKFLOW_CALL_MAX_DEPTH=5

# App configuration
APP_MAX_EXECUTION_TIME=1200
# Firecrawl Web Extractor
FIRECRAWL_API_KEY=
FIRECRAWL_BASE_URL=

4 changes: 0 additions & 4 deletions api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,10 +397,6 @@ def __init__(self):
self.NOTION_INTERNAL_SECRET = get_env('NOTION_INTERNAL_SECRET')
self.NOTION_INTEGRATION_TOKEN = get_env('NOTION_INTEGRATION_TOKEN')

# Firecrawl integration setting
self.FIRECRAWL_API_KEY = get_env('FIRECRAWL_API_KEY')
self.FIRECRAWL_BASE_URL = get_env('FIRECRAWL_BASE_URL')

# ------------------------
# Platform Configurations.
# ------------------------
Expand Down

0 comments on commit 84a3015

Please sign in to comment.