6 lines
136 B
Plaintext
6 lines
136 B
Plaintext
# Backend API URL
|
|
VITE_API_URL=http://localhost:8000
|
|
|
|
# WebSocket URL (for future real-time updates)
|
|
VITE_WS_URL=ws://localhost:8000/ws
|