-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
16 lines (16 loc) · 897 Bytes
/
Copy path.env.example
File metadata and controls
16 lines (16 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
VITE_SUPABASE_URL=http://127.0.0.1:54321
# Get these keys from `npx supabase status` after starting local Supabase
VITE_SUPABASE_ANON_KEY=your-anon-key # Shown as "Publishable" key
# Service role key for E2E test fixtures (bypasses RLS) - shown as "Secret" key
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key
# Google OAuth (get from https://console.cloud.google.com/apis/credentials)
VITE_GOOGLE_CLIENT_ID=your-google-client-id.apps.googleusercontent.com
GOOGLE_CLIENT_ID=your-google-client-id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your-google-client-secret
# Push Notifications (optional - generate with: npx web-push generate-vapid-keys)
VITE_VAPID_PUBLIC_KEY=your-vapid-public-key
# Sentry error tracking (optional - get DSN from https://sentry.io)
VITE_SENTRY_DSN=
VITE_SENTRY_ENVIRONMENT=
# Mixpanel analytics (optional - get token from https://mixpanel.com)
VITE_MIXPANEL_TOKEN=