# Turnstone environment variables # Copy to .env and adjust for your setup. All variables are optional unless noted. # --- Database & paths --- # TURNSTONE_DB=/data/turnstone.db # TURNSTONE_PATTERNS=/patterns # TURNSTONE_SOURCE_HOST=my-server # --- GPU / LLM inference --- # GPU_SERVER_URL — URL of your GPU inference server (Ollama, vLLM, or cf-orch coordinator). # Paid+ users: leave unset to auto-default to https://orch.circuitforge.tech via CF_LICENSE_KEY. # Local Ollama (default if unset): http://localhost:11434 # Local cf-orch coordinator: http://10.1.10.71:7700 # CF_ORCH_URL is also accepted as a backward-compatible alias. # GPU_SERVER_URL=http://localhost:11434 # --- CircuitForge license (Paid+) --- # Enables cloud GPU inference and premium features. # When set, GPU_SERVER_URL defaults to https://orch.circuitforge.tech automatically. # CF_LICENSE_KEY=CFG-TRSN-XXXX-XXXX-XXXX # --- Bundle endpoint (optional) --- # Remote endpoint to push diagnostic bundles for escalation. # TURNSTONE_BUNDLE_ENDPOINT=https://example.com/api/bundles # --- Periodic batch ingest --- # Seconds between automatic ingest runs from sources.yaml. Set to 0 to disable. # TURNSTONE_INGEST_INTERVAL=900