Fresh

Environment Variables

Environment variables for Fresh configuration

Fresh can be configured using environment variables.

General Variables

VariableDescriptionDefault
FRESH_CACHE_DIRCache directory location~/.fresh/cache/
FRESH_DOCS_DIRSynced docs directory~/.fresh/docs/

Search Variables

VariableDescription
BRAVE_API_KEYAPI key for Brave Search

Setting Brave API Key

# Linux/Mac
export BRAVE_API_KEY="your-api-key"

# Windows
set BRAVE_API_KEY=your-api-key

HTTP Variables

VariableDescription
HTTP_TIMEOUTDefault request timeout (seconds)
HTTP_PROXYProxy URL
NO_PROXYComma-separated hosts to bypass proxy

Debug Variables

VariableDescription
FRESH_DEBUGEnable debug output
FRESH_VERBOSEEnable verbose output

On this page