-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
23 lines (18 loc) · 1.09 KB
/
example.env
File metadata and controls
23 lines (18 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Abigail — example environment (no real values). Copy to .env and fill in.
# Optional: enables Ego (cloud) for COMPLEX routing
OPENAI_API_KEY=
# Optional: local LLM server URL (LiteLLM, Ollama, LM Studio, etc.)
# If set, Abigail uses this for local inference; if unset, uses in-process stub.
# Example: http://localhost:1234 (LM Studio) or http://localhost:11434 (Ollama)
LOCAL_LLM_BASE_URL=
# Optional: path to external public key for signature verification.
# The signing key is created out-of-band; Abigail only reads the public key.
# Run scripts/generate-signing-key.ps1 to create keypair and sign templates.
# Example: C:\SecureKeys\abigail\pubkey.bin
EXTERNAL_PUBKEY_PATH=
# Optional: MCP (Model Context Protocol) servers — comma-separated URLs for HTTP transport.
# Example: MCP_SERVER_URLS=http://localhost:3000/mcp,http://127.0.0.1:8080/mcp
# Servers are also configured in app config (data_dir/config.json) under mcp_servers.
# MCP_SERVER_URLS=
# Browser fallback requires no dedicated mail transport credentials.
# Use the Browser skill for authenticated webmail and other auth-heavy flows.