# toknmtr server config. Copy to `.env` (gitignored) before `docker compose up`. # Only API_TOKEN is required — docker-compose.yml sets DB_PATH, the port, and body limit. # --- server --- API_TOKEN=change-me # Bearer token the agent must present to /api/ingest. # Generate a strong one: openssl rand -hex 32 # SHOW_TRANSCRIPTS=true # Unset/false = HIDE the transcript view + full-text search # (raw prompt/response text). Only enable behind auth. # --- agent (informational) --- # The per-machine agent reads these from ~/.toknmtr/env, NOT from this file (see ops/README.md): # TOKNMTR_URL=http://:3001 # base URL of your deployed server # TOKNMTR_TOKEN=