# Clerk Authentication
REACT_APP_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here
REACT_APP_CLERK_JWT_TEMPLATE=your_jwt_template_name_here

# API Configuration
REACT_APP_API_BASE_URL=http://localhost:8000
