# Supabase MCP Server Test Environment
# Copy this file to .env.test and modify as needed for your tests
# Connection settings for test database
SUPABASE_PROJECT_REF=127.0.0.1:54322
SUPABASE_DB_PASSWORD=postgres
# Optional: Management API access token (for API tests)
# SUPABASE_ACCESS_TOKEN=your_access_token
# Optional: Service role key (for auth tests)
# SUPABASE_SERVICE_ROLE_KEY=your_service_role_key
# TheQuery.dev API URL
QUERY_API_URL=http://127.0.0.1:8080/v1