14 lines
465 B
Plaintext
14 lines
465 B
Plaintext
# Client Environment Configuration
|
|
|
|
# Base path for the application (used for deployment in subdirectories)
|
|
# Examples:
|
|
# For root deployment: VITE_BASE_PATH=/
|
|
# For subdirectory deployment: VITE_BASE_PATH=/uggla/
|
|
# Leave empty for default (root): VITE_BASE_PATH=
|
|
VITE_BASE_PATH=/
|
|
|
|
# API URL override (if API is hosted on different domain/port)
|
|
# Default: auto-detected based on environment
|
|
# Example: VITE_API_URL=https://api.example.com/api
|
|
# VITE_API_URL=
|