- Deleted unused API test files, RTSP diagnostic scripts, and development utility scripts to reduce clutter. - Removed outdated database schema and modularization proposal documents to maintain focus on current architecture. - Cleaned up configuration files and logging scripts that are no longer in use, enhancing project maintainability.
13 lines
442 B
Plaintext
Executable File
13 lines
442 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
|