8 lines
195 B
Bash
8 lines
195 B
Bash
# API Configuration
|
|
# Backend API base URL
|
|
VITE_API_URL=http://localhost:8080/api
|
|
|
|
# WebSocket Configuration
|
|
# WebSocket server URL for real-time collaboration
|
|
VITE_WS_URL=ws://localhost:8080/ws
|