Files
MediaManager/web/.env.example
2025-10-31 12:19:23 -04:00

14 lines
438 B
Plaintext

# Frontend Environment Variables
# These are set automatically in docker-compose.dev.yaml for development
# API URL for backend communication
# Development: http://localhost:5173
# Production: Built into the static files during Docker build
PUBLIC_API_URL=http://localhost:5173
# Base path for routing (leave empty unless using a subdirectory deployment)
BASE_PATH=
# Version string (automatically set during build)
PUBLIC_VERSION=dev