Files
OwOrganizer/frontend/.env.example
T

7 lines
257 B
Bash

# Development API base URL.
# In production, the app uses the relative /api path and nginx proxies it to the backend.
VITE_API_BASE_URL=http://localhost:8080
# Vite dev server port. The dev script expects the frontend at http://localhost:5173.
# PORT=5173