# Frontend Environment Variables # Admin API Authentication Token # Generate with: openssl rand -hex 32 # Must match ADMIN_API_KEY in backend/.env REACT_APP_ADMIN_API_KEY=your-secure-admin-token-here # API Base URL (optional, defaults to same domain) # REACT_APP_API_URL=http://localhost:3001