-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
39 lines (28 loc) · 1.28 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
# Get your OpenAI API Key here: https://platform.openai.com/account/api-keys
OPENAI_API_KEY=****
# Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
AUTH_SECRET=****
# Get your Neynar API credentials here: https://dev.neynar.com
NEYNAR_API_KEY=****
NEXT_PUBLIC_NEYNAR_CLIENT_ID=****
NEYNAR_WEBHOOK_SECRET=****
NEYNAR_BOT_SIGNER_UUID=****
# Get your XAI API Key here: https://console.x.ai/
XAI_API_KEY=****
# Get your Cerebras API Key here: https://cloud.cerebras.ai
CEREBRAS_API_KEY=****
# Instructions to create a database here: https://vercel.com/docs/storage/vercel-postgres/quickstart
POSTGRES_URL=****
# Get your Tavily API Key here: https://app.tavily.com
TAVILY_API_KEY=****
# Instructions on getting started with Upstash here: https://upstash.com/docs/redis/quickstarts/nextjs-app-router
UPSTASH_REDIS_REST_URL=****
UPSTASH_REDIS_REST_TOKEN=****
# Get your Zapper API Key here: https://protocol.zapper.xyz/docs/api/#1-get-an-api-key
ZAPPER_API_KEY=****
# Get your OnchainKit API Key here: https://onchainkit.xyz
NEXT_PUBLIC_ONCHAINKIT_API_KEY=****
# Get your Wallt Connect project ID here: https://cloud.reown.com
NEXT_PUBLIC_WC_PROJECT_ID=****
# Get your Google Analytics ID here: https://analytics.google.com
NEXT_PUBLIC_GOOGLE_ANALYTICS_ID=****