Renamed the frontend `.env.example` to `example.env` for naming clarity. Updated `.gitignore` to include `.env` and `.idea/codeStyles` to ensure unnecessary files are excluded from version control.
4 lines
69 B
Bash
4 lines
69 B
Bash
VITE_BASE_URL="https://API.URL"
|
|
VITE_UPDATE_INTERVAL=5
|
|
VITE_LIMIT=50
|