8 lines
327 B
Plaintext
8 lines
327 B
Plaintext
# Base URL for the backend API.
|
|
# In development with the Vite proxy this can be left as the default (/api/v1).
|
|
# In production point it directly at the backend, e.g. https://api.example.com/api/v1
|
|
VITE_API_URL=/api/v1
|
|
|
|
# Shared password for HTTP Basic auth (must match APP_PASSWORD on the backend).
|
|
VITE_APP_PASSWORD=changeme
|