-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
39 lines (28 loc) · 830 Bytes
/
.env.example
File metadata and controls
39 lines (28 loc) · 830 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
31
32
33
34
35
36
37
38
39
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
SUPABASE_SERVICE_ROLE_KEY=
# Database (Supabase Postgres)
POSTGRES_URL=
# OpenAI API Key (for OpenAI node)
OPENAI_API_KEY=
# Resend API (for Email node)
RESEND_TOKEN=
RESEND_EMAIL=
# Google OAuth (for Gmail & Google Sheets nodes)
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
#Redis caching
UPSTASH_REDIS_REST_URL=
UPSTASH_REDIS_REST_TOKEN=
NEXT_PUBLIC_SOLANA_PROGRAM_ID=
NEXT_PUBLIC_SOLANA_NETWORK=
NEXT_PUBLIC_SOLANA_RPC_URL=
# Zynthex NFT Template Access Program (Deployed on Devnet)
NEXT_PUBLIC_NFT_PROGRAM_ID=
# my wallet address from solana playground
NEXT_PUBLIC_TREASURY_WALLET=
# Alchemy API Key (for crypto wallet monitoring)
ALCHEMY_API_KEY=
# Helius API Key (for Solana webhooks) - Get from https://dashboard.helius.dev
HELIUS_API_KEY=
NEXT_PUBLIC_APP_URL=