11 lines
331 B
Plaintext
11 lines
331 B
Plaintext
# Frontend Environment Variables
|
|
# Copy this file to .env.local for local development
|
|
|
|
# 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
|