14 lines
415 B
Plaintext
14 lines
415 B
Plaintext
# Frontend Environment Configuration
|
|
# Copy to .env and adjust for your setup
|
|
|
|
# ===== DOCKER MODE (frontend in container) =====
|
|
# Use when frontend runs in Docker container
|
|
# VITE_API_URL=http://backend:3000/api/v1
|
|
|
|
# ===== LOCAL MODE (frontend runs locally) =====
|
|
# Use when frontend runs locally with npm run dev
|
|
VITE_API_URL=http://localhost:3000/api/v1
|
|
|
|
# ===== COMMON =====
|
|
VITE_CMS_URL=http://localhost:1337
|