-
Notifications
You must be signed in to change notification settings - Fork 10
/
.env.example
25 lines (24 loc) · 932 Bytes
/
.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
# The following are configured in the .env.production and .env.development
# files, you should not have to change them. If you do, please do NOT commit
# those changes
NEXT_PUBLIC_VERCEL_ENV = development
NEXT_PUBLIC_URL = 'http://localhost:3000'
NEXT_PUBLIC_MOD_PROTOCOL_API_URL = 'https://api.modprotocol.org/api'
# The following are sensitive data and should
# be stored in a .env.development.local file
# for local development, and are hosted in Vercel
# for production use cases
PRIVY_SECRET = ''
APP_MNENOMIC = 'candy maple cake sugar honey ... potato blue'
NEYNAR_API_KEY = ''
SUPABASE_SERVICE_KEY = ''
YOUTUBE_API_KEY = ''
# These are specific to the environment
# and so need to be configured locally
# but are not sensitive data
NEXT_PUBLIC_APP_FID = '123'
NEXT_PUBLIC_SUPABASE_URL = ''
NEXT_PUBLIC_SUPABASE_ANON_KEY = ''
NEXT_PUBLIC_PRIVY_API_KEY = ''
NEXT_PUBLIC_ALCHEMY_API_KEY = ''
NEXT_PUBLIC_SEGMENT_WRITE_KEY = ''