forked from growupanand/ConvoForm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (18 loc) · 687 Bytes
/
.env.example
File metadata and controls
37 lines (18 loc) · 687 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
28
29
30
# ========== App Frontend domain ==========
NEXT_PUBLIC_APP_URL=https://www.productiondomain.com
# ========== Database ==========
DATABASE_URL="postgresql://username:password@localhost:5432/postgres?schema=public"
# ========== CLERK Authentication ==========
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
# ========== OpenAI ==========
OPENAI_API_KEY=
OPEN_AI_MODEL="gpt-3.5-turbo-1106"
# ========== @upstash/ratelimit ==========
UPSTASH_REDIS_REST_URL=
UPSTASH_REDIS_REST_TOKEN=
# ========== Sentry (App monitoring for runtime issues) ==========
SENTRY_AUTH_TOKEN=
NEXT_PUBLIC_SENTRY_DSN=
# ========== Google Analytics ==========
NEXT_PUBLIC_GOOGLE_ANALYTICS=