Files
ORCID2SWORD/frontend/.env.example
T
Mireya Cueto Garrido a5c55d17d2 gitignore added
2026-04-27 13:45:48 +02:00

8 lines
292 B
Bash

# Base URL of the FastAPI backend (no trailing slash).
# Example for local dev: http://localhost:8000
VITE_API_URL=http://localhost:8000
# Set to "true" while the backend is not yet implemented.
# All API calls will be served by src/services/mocks.js instead of `fetch`.
VITE_USE_MOCKS=true