20 lines
643 B
Plaintext
Executable File
20 lines
643 B
Plaintext
Executable File
# Feature Flags
|
|
VITE_ENABLE_SHELL=true
|
|
VITE_ENABLE_VIDEO_MODULE=true
|
|
VITE_ENABLE_VISION_SYSTEM_MODULE=true
|
|
|
|
# Remote Module URLs (use exp-dash hostname for Docker Compose networking)
|
|
VITE_VIDEO_REMOTE_URL=http://exp-dash:3001/assets/remoteEntry.js?v=$(date +%s)
|
|
VITE_VISION_SYSTEM_REMOTE_URL=http://exp-dash:3002/assets/remoteEntry.js?v=$(date +%s)
|
|
|
|
# API URLs
|
|
VITE_VISION_API_URL=http://exp-dash:8000
|
|
VITE_MEDIA_API_URL=http://exp-dash:8090
|
|
|
|
# Supabase Configuration
|
|
VITE_SUPABASE_URL=https://your-project-url.supabase.co
|
|
VITE_SUPABASE_ANON_KEY=your-anon-key
|
|
|
|
# Microsoft Entra (Azure AD) OAuth Configuration
|
|
VITE_ENABLE_MICROSOFT_LOGIN=true
|