-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
16 lines (12 loc) · 688 Bytes
/
Copy path.env.example
File metadata and controls
16 lines (12 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Bayan Flow — copy to .env.local for local development (never commit secrets)
# Supabase (Google OIDC auth) — publishable anon key only
VITE_SUPABASE_URL=https://your-project-ref.supabase.co
VITE_SUPABASE_ANON_KEY=your-anon-key
# Google Identity Services — Web OAuth client ID (public)
VITE_GOOGLE_WEB_CLIENT_ID=your-web-client-id.apps.googleusercontent.com
# PostHog analytics (optional — skip in local dev)
VITE_POSTHOG_API_HOST=https://us.i.posthog.com
VITE_POSTHOG_API_KEY=phc_your_project_token
# For production with reverse proxy: VITE_POSTHOG_API_HOST=https://e.bayanflow.com
# Optional: Pyodide CDN override (see src/constants/pyodideCdn.js)
# VITE_PYODIDE_CDN_BASE=