Update example env file with full API_BASE_URL
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.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
VITE_BASE_URL="API_URL"
|
||||
VITE_BASE_URL="https://API.URL"
|
||||
VITE_UPDATE_INTERVAL=5
|
||||
VITE_LIMIT=50
|
||||
|
Reference in New Issue
Block a user