Files
smoothschedule/frontend/.env.production
poduck 2b4104a819 chore(deploy): Update production configuration for ASGI and new URL structure
- Switched production start script from Gunicorn to Daphne to support WebSockets.
- Updated VITE_API_URL in frontend production env to 'https://api.smoothschedule.com', removing the '/api' prefix to align with the backend URL refactor.
2025-12-01 02:44:51 -05:00

4 lines
137 B
Plaintext

# Production environment variables
# Use relative API URL - will use same origin as the page
VITE_API_URL=https://api.smoothschedule.com