mirror of
https://github.com/ceratic/MediaCollectorLibaryFrontend.git
synced 2026-07-15 03:54:16 +02:00
9 lines
210 B
Bash
9 lines
210 B
Bash
# API Configuration
|
|
VITE_API_URL=http://192.168.1.102:57000/
|
|
|
|
# Development settings
|
|
VITE_DEV_MODE=false
|
|
|
|
# Optional: Override API base URL for different environments
|
|
# VITE_API_URL=https://your-domain.com/api
|