# Claude Context Import Configuration # Copy this file to context-recall-config.env and update with your actual values # JWT Token for API Authentication # Generate this token using the ClaudeTools API /auth endpoint # Example: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... JWT_TOKEN=your-jwt-token-here # API Base URL (default: http://localhost:8000) # Change this if your API is running on a different host/port API_BASE_URL=http://localhost:8000