# SurrealDB Configuration SURREALDB_URL=ws://localhost:8000/rpc SURREALDB_NS=ponderants SURREALDB_DB=main SURREALDB_USER=root SURREALDB_PASS=root # JWT Secret for SurrealDB token minting SURREALDB_JWT_SECRET=your-secret-key-here-change-in-production # Google AI API Key (for Gemini embeddings and chat) GOOGLE_AI_API_KEY=your-google-ai-api-key # Deepgram API Key (for voice-to-text) DEEPGRAM_API_KEY=your-deepgram-api-key # Bluesky/ATproto OAuth Configuration BLUESKY_CLIENT_ID=http://localhost:3000/client-metadata.json BLUESKY_REDIRECT_URI=http://localhost:3000/api/auth/callback # Anthropic API Key (for Magnitude testing) ANTHROPIC_API_KEY=your-anthropic-api-key