8 lines
244 B
Plaintext
8 lines
244 B
Plaintext
# API Configuration
|
|
# Backend API base URL (must include /api path)
|
|
VITE_API_URL=http://localhost:8080/api
|
|
|
|
# WebSocket Configuration
|
|
# WebSocket server URL for real-time collaboration (must include /ws path)
|
|
VITE_WS_URL=ws://localhost:8080/ws
|