# 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_GENERATIVE_AI_API_KEY=your-google-ai-api-key GOOGLE_AI_MODEL=gemini-pro-latest GOOGLE_EMBEDDING_MODEL=gemini-embedding-001 GOOGLE_EMBEDDING_DIMENSIONS=3072 # Deepgram API Key (for voice-to-text) DEEPGRAM_API_KEY=your-deepgram-api-key # Application URL (used for OAuth callbacks and client metadata) # In development, defaults to http://localhost:3000 # In production, set to your domain (e.g., https://www.ponderants.com) NEXT_PUBLIC_APP_URL=http://localhost:3000 # Test Account Credentials (for E2E tests) TEST_BLUESKY_HANDLE=your-test-bluesky-handle TEST_BLUESKY_PASSWORD=your-test-bluesky-password # Anthropic API Key (for Magnitude testing) ANTHROPIC_API_KEY=your-anthropic-api-key