# GoClaw environment variables. # Copy to .env and fill in values. For Docker Compose, do NOT use 'export' prefix. # # Auto-generated by prepare-env.sh: GOCLAW_GATEWAY_TOKEN, GOCLAW_ENCRYPTION_KEY. # LLM provider API keys: configure via the web dashboard setup wizard. # --- Gateway (required) --- GOCLAW_GATEWAY_TOKEN= GOCLAW_ENCRYPTION_KEY= # --- Database (only for non-Docker deployments) --- # Docker Compose auto-builds this from POSTGRES_USER/PASSWORD/DB. # GOCLAW_POSTGRES_DSN=postgres://user:pass@host:5432/dbname?sslmode=disable # --- Debug --- # GOCLAW_TRACE_VERBOSE=1