This change replaces the placeholder `API_URL` with a full URL in the `VITE_BASE_URL` field of the example `.env` file. It ensures a clearer default configuration for developers setting up the environment. Other values remain unchanged.
4 lines
69 B
Plaintext
4 lines
69 B
Plaintext
VITE_BASE_URL="https://API.URL"
|
|
VITE_UPDATE_INTERVAL=5
|
|
VITE_LIMIT=50
|