Configuration

This document details the configuration settings and environment variables needed for BRUVE.

Environment Variables

The following environment variables are required for the application to function properly:

# Video Configuration
HERO_VIDEO_URL=<video-url>

# Email Service
RESEND_API_KEY=<api-key>
RESEND_AUDIENCE_ID=<audience-id>

# Database Configuration
SUPABASE_URL=<supabase-url>
SUPABASE_SERVICE_KEY=<service-key>

Note

Never commit actual values to version control. Use placeholder values in documentation.

Note

Ensure that all sensitive keys are kept secure and are not committed to public repositories.