update api
This commit is contained in:
7
.env.example
Normal file
7
.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user