6 lines
214 B
Plaintext
6 lines
214 B
Plaintext
# Build-time secrets for Vite (baked into static bundle).
|
|
# Copy to .env (gitignored). Used by docker compose build via args.
|
|
|
|
VITE_SUPABASE_URL=https://<your-project>.supabase.co
|
|
VITE_SUPABASE_ANON_KEY=<anon-key>
|