12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
# Backend API Configuration
|
|
VITE_API_BASE_URL=http://localhost:8000
|
|
VITE_WS_BASE_URL=ws://localhost:8000
|
|
|
|
# Optional: Development Configuration
|
|
VITE_DEV_MODE=true
|
|
VITE_LOG_LEVEL=info
|
|
|
|
# Optional: Feature Flags
|
|
VITE_ENABLE_SPEECH_FEATURES=true
|
|
VITE_ENABLE_AI_CHAT=true
|
|
VITE_ENABLE_TRADITIONAL_MODE=true |