-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.env.example
93 lines (76 loc) · 2.63 KB
/
.env.example
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# for signed cookie
COOKIE_SECRET=
# for cron job
CRON_SECRET=
## Enable @vercel/flags at all times in the development environment
DEBUG_FLAG="true"
VIEW_FLAG="true"
GITHUB_INTEGRATION_FLAG="true"
PLAYGROUND_V2_FLAG="true"
DEVELOPER_FLAG="true"
# @vercel/blob https://vercel.com/docs/storage/vercel-blob/using-blob-sdk
# @see https://vercel.com/docs/storage/vercel-blob/client-upload#prepare-your-local-project
BLOB_READ_WRITE_TOKEN=
# Firecrawl https://www.firecrawl.dev/
# @see https://docs.firecrawl.dev/introduction#api-key
FIRECRAWL_API_KEY=
# @vercel/flags API Reference https://vercel.com/docs/workflow-collaboration/feature-flags/vercel-flags
# @see https://vercel.com/docs/workflow-collaboration/feature-flags/supporting-feature-flags#flags_secret-environment-variable
FLAGS_SECRET=
# GitHub Apps
# @see https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/using-webhooks-with-github-apps
GITHUB_APP_WEBHOOK_SECRET="REPLACE_YOUR_SECRET"
# Google Tag Manager https://tagmanager.google.com/
# @see https://support.google.com/tagmanager/answer/6102821
GTM_ID=
# Langfuse https://langfuse.com/
# @see https://langfuse.com/docs/get-started
LANGFUSE_BASEURL=
LANGFUSE_PUBLIC_KEY=
LANGFUSE_SECRET_KEY=
# OpenAI API https://openai.com/index/openai-api/
# @see https://platform.openai.com/docs/quickstart
OPENAI_API_KEY=
# Vercel Postgres https://vercel.com/docs/storage/vercel-postgres
# @see https://vercel.com/docs/storage/vercel-postgres#getting-started
POSTGRES_DATABASE=
POSTGRES_HOST=
POSTGRES_PASSWORD=
POSTGRES_PRISMA_URL=
POSTGRES_URL=
POSTGRES_URL_NON_POOLING=
POSTGRES_URL_NO_SSL=
POSTGRES_USER=
# Sentry https://sentry.io/
# @see https://docs.sentry.io/cli/configuration/
SENTRY_AUTH_TOKEN=
# SigNoz https://signoz.io/
# @see https://signoz.io/docs/cloud/
SIGNOZ_ACCESS_TOKEN=
SIGNOZ_INGESTION_TOKEN=
# Stripe https://stripe.com/
# @see https://docs.stripe.com/keys
STRIPE_SECRET_KEY=
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
STRIPE_PRO_PLAN_PRICE_ID=
STRIPE_AGENT_TIME_CHARGE_PRICE_ID=
STRIPE_USER_SEAT_PRICE_ID=
# Supabase https://supabase.com/
# @see https://supabase.com/docs/guides/getting-started/tutorials/with-nextjs#initialize-a-nextjs-app
NEXT_PUBLIC_SUPABASE_ANON_KEY=
NEXT_PUBLIC_SUPABASE_URL=
# Tavily https://tavily.com/
# @see https://docs.tavily.com/docs/welcome#getting-started
TAVILY_API_KEY=
# Unstructured https://unstructured.io/
# @see https://docs.unstructured.io/api-reference/api-services/saas-api-development-guide
UNSTRUCTURED_API_KEY=
# ---
# for development only
# ---
# AUTH_GOOGLE_ID=
# AUTH_GOOGLE_SECRET=
# AUTH_SECRET=
# NEXTAUTH_URL="http://localhost:3000"
# GITHUB_APP_CLIENT_ID=
# GITHUB_APP_CLIENT_SECRET=