The Vite app reads public Supabase configuration from environment variables.Documentation Index
Fetch the complete documentation index at: https://docs.vinum-elabel.com/llms.txt
Use this file to discover all available pages before exploring further.
Required variables
| Variable | Purpose |
|---|---|
VITE_SUPABASE_URL | Supabase project URL |
VITE_SUPABASE_ANON_KEY | Supabase anon public key for client-side access |
Local setup
Production setup
Configure the same variables in the hosting platform that builds the Vite app. The repository intentionally does not track.env or .env.* files.
Supabase services
Vinum E-Label uses Supabase for:- Authentication.
- PostgreSQL data storage.
- Row-level security.
- Edge functions.
- Storage.