You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
621 B
18 lines
621 B
# Supabase (self-hosted or cloud)
|
|
# Copy to .env and fill in your values.
|
|
|
|
VITE_SUPABASE_URL=https://your-project.supabase.co
|
|
VITE_SUPABASE_ANON_KEY=your-anon-key
|
|
|
|
# API server (optional; falls back to VITE_* if unset)
|
|
# SUPABASE_URL=https://your-project.supabase.co
|
|
# SUPABASE_ANON_KEY=your-anon-key
|
|
# PORT=3001
|
|
|
|
# Optional: for OAuth / magic link redirects
|
|
# VITE_SUPABASE_REDIRECT_URL=http://localhost:5173
|
|
|
|
# App uses schema "omotomo" for decks/questions. Ensure the API exposes it:
|
|
# Self-hosted: add "omotomo" to PostgREST db-schemas (e.g. in config).
|
|
# Cloud: Dashboard > Project Settings > API > Exposed schemas.
|