fix: Update environment variable examples in .env files for clarity and completeness

This commit is contained in:
M1ngdaXie
2026-01-12 17:45:15 -08:00
parent a1f2102c90
commit e363b99966
3 changed files with 30 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
# 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