8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
# 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
|