PORT=3001
NODE_ENV=development
CLIENT_URL=http://localhost:5173

ADMIN_EMAIL=admin@yourdomain.com
ADMIN_PASSWORD=changeme
JWT_SECRET=dev-jwt-secret-change-in-production
