Files

19 lines
624 B
Bash

OPENAI_API_KEY=
COPILOTKIT_RUNTIME_URL=http://localhost:4000/api/copilotkit
# CopilotKit license — run `copilotkit license` to get one
COPILOTKIT_LICENSE_TOKEN=
# Intelligence (threads) — these match docker-compose.yml defaults
INTELLIGENCE_API_URL=http://localhost:4201
INTELLIGENCE_GATEWAY_WS_URL=ws://localhost:4401
INTELLIGENCE_API_KEY=cpk_sPRVSEED_seed0privat0longtoken00
INTELLIGENCE_ORGANIZATION_ID=casa-de-erlang
# Optional MCP App server for demos. Defaults to Excalidraw when unset.
MCP_SERVER_URL=https://mcp.excalidraw.com
# Optional thread culler tuning
THREAD_STALE_HOURS=3
THREAD_CULL_BATCH_SIZE=1000