# =========================
# Environment variables
# =========================
# --- ELFA ------------------------------------
# Required for ELFA endpoints (news, trending-tokens, keyword-mentions)
# Get a key at: https://www.elfa.ai/api
ELFA_API_KEY=your_api_key
# Optional: override auth header (default is x-elfa-api-key)
# Set only if ELFA changes their header name.
# ELFA_HEADER=x-elfa-api-key
# Optional: override auth type (default is x-elfa-api-key; alternative is "bearer")
# ELFA_AUTH_TYPE=x-elfa-api-key
# Optional: override base URL (defaults to https://api.elfa.ai)
# ELFA_BASE=https://api.elfa.ai
# --- CoinGecko (optional for MCP) ------------
# Only needed if your CoinGecko MCP requires a key for higher limits.
# Get a key at: https://www.coingecko.com/en/api
COINGECKO_API_KEY=your_pro_or_demo_api_key