16 lines
No EOL
622 B
Bash
16 lines
No EOL
622 B
Bash
# Production Environment Configuration
|
|
# Frontend URL (production server)
|
|
VITE_FRONTEND_BASE_URL=https://ai-sandbox.oliver.solutions/semblance
|
|
|
|
# Backend API URL (production server)
|
|
VITE_API_BASE_URL=https://ai-sandbox.oliver.solutions/semblance_back/api
|
|
|
|
# WebSocket path (production server)
|
|
VITE_WEBSOCKET_PATH=/semblance_back/socket.io/
|
|
|
|
# MSAL Authentication (production server)
|
|
VITE_MSAL_REDIRECT_URI=https://ai-sandbox.oliver.solutions/semblance
|
|
VITE_MSAL_POST_LOGOUT_REDIRECT_URI=https://ai-sandbox.oliver.solutions/semblance
|
|
|
|
# Local login (username/password) - disable for production
|
|
VITE_ENABLE_LOCAL_LOGIN=false |