fix: add .env.production to repo so Docker build uses correct API URLs
Some checks failed
Deploy to Production / deploy (push) Failing after 0s
Some checks failed
Deploy to Production / deploy (push) Failing after 0s
This commit is contained in:
parent
ea3afc526a
commit
dc2ad5d1a3
1 changed files with 3 additions and 17 deletions
|
|
@ -1,18 +1,4 @@
|
|||
# Production Environment Configuration
|
||||
# Frontend URL (production server)
|
||||
VITE_FRONTEND_BASE_URL=https://optical-dev.oliver.solutions/semblance
|
||||
|
||||
# Backend API URL (production server)
|
||||
VITE_API_BASE_URL=https://optical-dev.oliver.solutions/semblance_back/api
|
||||
|
||||
# WebSocket path (production server)
|
||||
VITE_WEBSOCKET_PATH=/semblance_back/socket.io/
|
||||
|
||||
# MSAL Authentication (production server)
|
||||
VITE_MSAL_TENANT_ID=e519c2e6-bc6d-4fdf-8d9c-923c2f002385
|
||||
VITE_MSAL_CLIENT_ID=7e9b250a-d984-4fba-8e1c-a0622242a595
|
||||
VITE_MSAL_REDIRECT_URI=https://optical-dev.oliver.solutions/semblance/
|
||||
VITE_MSAL_POST_LOGOUT_REDIRECT_URI=https://optical-dev.oliver.solutions/semblance/
|
||||
|
||||
# Local login (username/password) - disable for production
|
||||
VITE_ENABLE_LOCAL_LOGIN=false
|
||||
VITE_FRONTEND_BASE_URL=https://cohorta.ai-impress.com
|
||||
VITE_API_BASE_URL=/api
|
||||
VITE_WEBSOCKET_PATH=/socket.io/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue