forked from arnaudjnn/web-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
15 lines (12 loc) · 801 Bytes
/
Copy path.env.example
File metadata and controls
15 lines (12 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Server Authentication (required)
# Auto-generated on Railway deploy; set manually for local development.
API_KEY=your-api-key
# SearXNG Configuration
SEARXNG_URL=http://searxng:8080 # SearXNG instance URL (default: http://searxng.railway.internal:8080)
SEARXNG_ENGINES= # Optional: Comma-separated engines (e.g. "google,brave,duckduckgo")
SEARXNG_CATEGORIES= # Optional: Comma-separated categories (e.g. "general,science")
# Crawl4AI Configuration
CRAWL4AI_URL=http://crawl4ai:11235 # Crawl4AI instance URL (default: http://crawl4ai.railway.internal:11235)
# CRAWL4AI_API_TOKEN= # Optional: API token for Crawl4AI authentication
# Proxy Configuration (optional)
# PROXY_URL=socks5://user:pass@proxy-host:port # Proxy for SearXNG outgoing requests