-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
27 lines (21 loc) · 937 Bytes
/
.env.local.example
File metadata and controls
27 lines (21 loc) · 937 Bytes
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
# ===========================================
# CONVEX CONFIGURATION
# ===========================================
# Convex deployment (set automatically by `npx convex dev`)
CONVEX_DEPLOYMENT=dev:your-deployment-name
# Main Convex URL (used for all HTTP requests)
VITE_CONVEX_URL=https://your-deployment.convex.cloud
# HTTP Actions URL (for REST endpoints)
VITE_CONVEX_HTTP_URL=https://your-deployment.convex.site
# ===========================================
# CLERK CONFIGURATION
# ===========================================
# Clerk publishable key (pk_test_ for dev, pk_live_ for prod)
VITE_CLERK_PUBLISHABLE_KEY=pk_test_your_key_here
# Clerk redirect URLs (for hash-based routing)
VITE_CLERK_SIGN_IN_URL=/#/sign-in
VITE_CLERK_SIGN_UP_URL=/#/sign-in
VITE_CLERK_SIGN_IN_FALLBACK_REDIRECT_URL=/#/
VITE_CLERK_SIGN_UP_FALLBACK_REDIRECT_URL=/#/
VITE_CLERK_SIGN_IN_FORCE_REDIRECT_URL=/#/
VITE_CLERK_SIGN_UP_FORCE_REDIRECT_URL=/#/