Files
doormile_app_web/.env.example
2026-06-11 21:28:04 +05:30

8 lines
357 B
Plaintext

# DoorMile Admin Console — environment
# Base URL for the admin backend API. All service calls are prefixed with this.
VITE_API_BASE_URL=http://localhost:8000/api/v1
# When 'true', services resolve mock adapter payloads instead of hitting the network.
# Flip to 'false' once the backend is reachable — no page code changes required.
VITE_USE_MOCK=true