-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (16 loc) · 792 Bytes
/
Copy path.env.example
File metadata and controls
17 lines (16 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Publisher: copy to `.env`, fill in, then `npm run build`. Never commit `.env`.
VITE_DEEPL_API_KEY=
VITE_OPENAI_API_KEY=
# Optional: use Pro endpoint
# VITE_DEEPL_PLAN=pro
# Optional: Supabase (anon key only — never put service_role in the extension)
# VITE_SUPABASE_URL=https://xxxx.supabase.co
# VITE_SUPABASE_ANON_KEY=
#
# Only for `npm run db:push` — Postgres password from Dashboard → Settings → Database (not the anon key)
# SUPABASE_DB_PASSWORD=
#
# Lexi chat Edge Function uses OPENAI_API_KEY as a Supabase secret (deploy `supabase/functions/lexi-chat`).
# Do not put OpenAI keys in the extension env for Lexi MVP.
# Email confirmation / magic-link redirect (whitelist in Supabase → Auth → URL configuration)
VITE_SUPABASE_AUTH_REDIRECT_URL=https://lexibites.vercel.app