Environment Variables
Environment variables for Fresh configuration
Fresh can be configured using environment variables.
| Variable | Description | Default |
|---|
FRESH_CACHE_DIR | Cache directory location | ~/.fresh/cache/ |
FRESH_DOCS_DIR | Synced docs directory | ~/.fresh/docs/ |
| Variable | Description |
|---|
BRAVE_API_KEY | API key for Brave Search |
# Linux/Mac
export BRAVE_API_KEY="your-api-key"
# Windows
set BRAVE_API_KEY=your-api-key
| Variable | Description |
|---|
HTTP_TIMEOUT | Default request timeout (seconds) |
HTTP_PROXY | Proxy URL |
NO_PROXY | Comma-separated hosts to bypass proxy |
| Variable | Description |
|---|
FRESH_DEBUG | Enable debug output |
FRESH_VERBOSE | Enable verbose output |