-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
21 lines (16 loc) · 747 Bytes
/
.env.example
File metadata and controls
21 lines (16 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copy this file to .env.local for local development:
# cp .env.example .env.local
# Required - Get your development key from https://dashboard.clerk.com
# For local development, use a key that starts with pk_test_
VITE_CLERK_PUBLISHABLE_KEY=pk_test_your_clerk_publishable_key_here
# API Configuration - Point to your local backend
VITE_API_URL=http://localhost:3000/api
# Optional
VITE_APP_NAME=Typelets
# Sentry Error Tracking - Get your DSN from https://sentry.io
VITE_SENTRY_DSN=your_sentry_dsn_here
# Sentry Release Configuration (for source maps upload)
# Get auth token from https://sentry.io/settings/account/api/auth-tokens/
SENTRY_AUTH_TOKEN=your_sentry_auth_token_here
SENTRY_ORG=your_sentry_org
SENTRY_PROJECT=your_sentry_project