# Clerk Authentication
REACT_APP_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here
REACT_APP_CLERK_JWT_TEMPLATE=

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