# Test Environment Configuration # Copy this file to .env.test and fill in your test credentials # Bluesky Test Account Credentials # Create a dedicated test account on bsky.social for testing TEST_BLUESKY_USERNAME=your-test-user.bsky.social TEST_BLUESKY_PASSWORD=your-test-password # Application URLs TEST_APP_URL=http://localhost:3000 # Test Database (if using separate test DB) TEST_SURREALDB_URL=ws://localhost:8000/rpc TEST_SURREALDB_NS=test TEST_SURREALDB_DB=ponderants_test TEST_SURREALDB_USER=root TEST_SURREALDB_PASS=root # API Keys for Testing (optional - can use same as dev) # TEST_GOOGLE_GENERATIVE_AI_API_KEY=your-test-api-key # TEST_DEEPGRAM_API_KEY=your-test-api-key