feat(zshrc): add Firecrawl env vars for self-hosted instance on kaiser.local
This commit is contained in:
parent
13fa1a01dc
commit
309c7cf9f6
1 changed files with 6 additions and 0 deletions
|
|
@ -199,6 +199,12 @@ eval "$(fzf --zsh 2>/dev/null)"
|
|||
# ---------------------------------------------------------------------------
|
||||
export ENGRAM_URL="${ENGRAM_URL:-http://kaiser.local:7438}"
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Firecrawl — self-hosted on kaiser.local:3002
|
||||
# ---------------------------------------------------------------------------
|
||||
export FIRECRAWL_API_KEY="${FIRECRAWL_API_KEY:-firecrawl-local-admin}"
|
||||
export FIRECRAWL_API_URL="${FIRECRAWL_API_URL:-http://kaiser.local:3002}"
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Fastfetch — run on every interactive shell start
|
||||
# ---------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue