- 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.
4 lines
137 B
Plaintext
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
|