-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
89 lines (67 loc) · 2.02 KB
/
.env.example
File metadata and controls
89 lines (67 loc) · 2.02 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
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
# Since .env is gitignored, you can use .env.example to build a new `.env` file when you clone the repo.
# Keep this file up-to-date when you add new variables to \`.env\`.
# This file will be committed to version control, so make sure not to have any secrets in it.
# If you are cloning this repo, create a copy of this file named `.env` and populate it with your secrets.
# CLOUDFLARE_ENV=development
# Your website url
VITE_WEB_URL=https://localhost:3000
# Your api url
VITE_API_URL=http://localhost:3001
# Your public image site url which will be proxied by Cloudflare Images
# https://developers.cloudflare.com/images
VITE_IMAGE_URL=
BETTER_AUTH_SECRET=
BETTER_AUTH_TRUSTED_ORIGINS=
ENCRYPTION_KEY=
# The database URL is used to connect to your Supabase database.
POSTGRES_URL="postgres://postgres.[USERNAME]:[PASSWORD]@aws-0-eu-central-1.pooler.supabase.com:6543/postgres?workaround=supabase-pooler.vercel"
CLOUDFLARE_WORKERS_KV_URL=
CLOUDFLARE_WORKERS_KV_API_TOKEN=
UPSTASH_REDIS_REST_URL=
UPSTASH_REDIS_REST_TOKEN=
VITE_PRIVY_APP_ID=''
PRIVY_APP_SECRET=''
VITE_REOWN_PROJECT_ID=''
LOG_LEVEL=info
LOG_FORMAT=pretty
S3_BUCKET=''
S3_ENDPOINT=''
S3_REGION=''
S3_ACCESS_KEY_ID=''
S3_SECRET_ACCESS_KEY=''
QSTASH_TOKEN=''
QSTASH_CURRENT_SIGNING_KEY=
QSTASH_NEXT_SIGNING_KEY=
# For @upstash/qstash-cli dev
# QSTASH_URL=http://127.0.0.1:8080
# The base url for the upstash workflow
UPSTASH_WORKFLOW_URL=
QDRANT_ENDPOINT=''
QDRANT_API_KEY=''
UNSTRUCTURED_API_URL=''
UNSTRUCTURED_API_KEY=''
COHERE_API_KEY=''
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
TWITTER_CLIENT_ID=
TWITTER_CLIENT_SECRET=
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
ADMIN_USER_EMAIL=
STRIPE_SECRET_KEY=
VITE_STRIPE_PUBLISHABLE_KEY=
STRIPE_WEBHOOK_SECRET=
VITE_STRIPE_CREDITS_PRICE_ID=
VITE_STRIPE_CREDITS_AUTO_TOPUP_PRICE_ID=
HELIO_PUBLIC_API_KEY=
HELIO_SECRET_API_KEY=
VITE_HELIO_CREDITS_PAYLINK_ID=
# Whitelisted Cared App IDs
WHITELIST_CARED_APPS=
RESEND_API_KEY=
RESEND_DOMAIN=
LANGFUSE_SECRET_KEY=
LANGFUSE_PUBLIC_KEY=
LANGFUSE_BASEURL=