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:
2025-04-20 17:32:07 +02:00
parent 24c3463c86
commit 83debac064

View File

@@ -1,3 +1,3 @@
VITE_BASE_URL="API_URL"
VITE_BASE_URL="https://API.URL"
VITE_UPDATE_INTERVAL=5
VITE_LIMIT=50