# GBrain E2E Test Configuration # Copy to .env.testing and fill in real values # # Tier 1 (required for E2E tests) # Option A: Local Docker Postgres (default) DATABASE_URL=postgresql://postgres:postgres@localhost:5433/gbrain_test # Option B: Real Supabase instance (tests the actual production path) # DATABASE_URL=postgresql://postgres.[project-ref]:[password]@aws-0-us-east-1.pooler.supabase.com:6543/postgres # Tier 2 (required for skill tests, optional for mechanical tests) OPENAI_API_KEY=sk-... ANTHROPIC_API_KEY=sk-ant-...