-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
19 lines (17 loc) · 1.17 KB
/
Copy path.env.example
File metadata and controls
19 lines (17 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Local backend (see D:\git\Giftamizer-Supabase, run via `./run.sh dev up`)
REACT_APP_SUPABASE_URL=http://localhost:8000
# update this with your own anon key (must match the backend's ANON_KEY)
REACT_APP_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InN1cGFiYXNlIiwiaWF0IjoxNzgzMDkyOTgyLCJleHAiOjIwOTg0NTI5ODJ9.feaBIOsPG5bpqiRpPZixt1HT6X-D_EkGgZStEvZsaNs
# DEV ONLY - powers the "Switch User" testing dashboard (src/components/DevAccountSwitcher.tsx),
# which mints sessions for other accounts without a password. Set this to
# match the backend's SERVICE_ROLE_KEY (see Giftamizer-Supabase/.env) in your
# own .env - leave blank to keep the switcher disabled. This key bypasses all
# RLS; Vite strips the component (and this value) out of production builds
# via import.meta.env.PROD dead-code elimination, but never set it in a
# deployed environment's config.
REACT_APP_SUPABASE_SERVICE_ROLE_KEY=
# Optional: imgbb API key used by the Support issue editor to host inline
# images (they must be publicly reachable for GitHub to render them). A
# client-exposed default is baked into src/lib/imgbb.ts; set this to use a
# different key.
# REACT_APP_IMGBB_KEY=