-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
34 lines (27 loc) · 1.46 KB
/
.env.example
File metadata and controls
34 lines (27 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Required environment variables for production deployment
# Copy this file to .env.local for local development
# Convex Cloud deployment URL
# Get this from your Convex dashboard: https://dashboard.convex.dev
VITE_CONVEX_URL=https://your-deployment.convex.cloud
# Turnkey Authentication (required for Phase 1.3+)
# Get these from your Turnkey dashboard: https://app.turnkey.com
VITE_TURNKEY_AUTH_PROXY_CONFIG_ID=your-auth-proxy-config-id
VITE_TURNKEY_ORGANIZATION_ID=your-organization-id
# WebVH DID Domain (required for Phase 1.5+)
# The domain used for creating did:webvh identities for users
VITE_WEBVH_DOMAIN=your-domain.example.com
# Server-side WebVH Domain (set in Convex dashboard environment variables)
# Used by the server-side DID creation action during OTP verification.
# Should match VITE_WEBVH_DOMAIN.
# WEBVH_DOMAIN=your-domain.example.com
# PostHog Analytics (optional — analytics are disabled if not set)
# Get your key at https://posthog.com — free tier available.
# VITE_POSTHOG_KEY=phc_your_project_api_key
# VITE_POSTHOG_HOST=https://us.i.posthog.com
# Sentry Error Monitoring (optional — error monitoring is disabled if not set)
# Get your DSN from https://sentry.io — create a project and copy the DSN.
# VITE_SENTRY_DSN=https://your-dsn@sentry.io/project-id
# Sentry source map upload (used at build time, set in CI/CD environment — not needed locally)
# SENTRY_ORG=your-org-slug
# SENTRY_PROJECT=your-project-slug
# SENTRY_AUTH_TOKEN=your-auth-token