first commit
This commit is contained in:
7
frontend/.env.example
Normal file
7
frontend/.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user