# Productier Frontend Remote Deployment Environment # These are build-time environment variables for the frontend # Public URLs (REQUIRED - where your services are accessible) VITE_FRONTEND_URL=https://your-frontend-domain.com VITE_AUTH_URL=https://your-auth-domain.com VITE_API_URL=https://your-api-domain.com VITE_DEV_MAILBOX_ENABLED=false