mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-02-19 15:35:18 -05:00
14 lines
438 B
Plaintext
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
|