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.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Production environment variables
|
||||
# Use relative API URL - will use same origin as the page
|
||||
VITE_API_URL=/api
|
||||
VITE_API_URL=https://api.smoothschedule.com
|
||||
|
||||
Reference in New Issue
Block a user