This website requires JavaScript.
Explore
Help
Register
Sign In
ALHP
/
alhp-web
Watch
2
Star
0
Fork
0
You've already forked alhp-web
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Apply Patch
alhp-web
/
frontend
/
example.env
4 lines
69 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
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.
2025-04-20 17:32:07 +02:00
VITE_BASE_URL
=
"https://API.URL"
Add type definitions and example .env file for environment vars Introduce `env.d.ts` to define types for VITE environment variables, ensuring better type safety and development experience. Provide a sample `.env.example` file to guide configuration setup.
2025-04-14 21:37:32 +02:00
VITE_UPDATE_INTERVAL
=
5
VITE_LIMIT
=
50
Reference in New Issue
Copy Permalink