mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-20 00:54:19 +02:00
Improve local dev experience
This commit is contained in:
13
web/.env.example
Normal file
13
web/.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user