-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.env.example
More file actions
73 lines (65 loc) · 2.52 KB
/
.env.example
File metadata and controls
73 lines (65 loc) · 2.52 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
NEXT_PUBLIC_VERCEL_ENV = development
NEXT_PUBLIC_URL = 'http://localhost:3000'
# 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'
NEXT_PUBLIC_ONCHAINKIT_PROJECT_NAME = 'Nounspace'
NEXT_PUBLIC_ONCHAINKIT_API_KEY = ''
# Optional (appearance and metadata)
NEXT_PUBLIC_APP_ICON=https://your-app.vercel.app/icon.png
NEXT_PUBLIC_APP_SUBTITLE = Short subtitle
NEXT_PUBLIC_APP_DESCRIPTION = Describe what your app does
NEXT_PUBLIC_APP_SPLASH_IMAGE = https://your-app.vercel.app/splash.png
NEXT_PUBLIC_SPLASH_BACKGROUND_COLOR = #FFFFFF
NEXT_PUBLIC_APP_PRIMARY_CATEGORY = social
NEXT_PUBLIC_APP_HERO_IMAGE = https://your-app.vercel.app/og.png
NEXT_PUBLIC_APP_TAGLINE = Play instantly
NEXT_PUBLIC_APP_OG_TITLE = Your App
NEXT_PUBLIC_APP_OG_DESCRIPTION = ast, fun, social
NEXT_PUBLIC_APP_OG_IMAGE = https://your-app.vercel.app/og.png
# Generated by `npx create-onchain --manifest`
FARCASTER_HEADER=base64_header
FARCASTER_PAYLOAD=base64_payload
FARCASTER_SIGNATURE=hex_signature
# 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_MNEMONIC = ''
NEYNAR_API_KEY = ''
SUPABASE_SERVICE_KEY = ''
YOUTUBE_API_KEY = ''
MORALIS_API_KEY = ''
# These are specific to the environment
# and so need to be configured locally
# but are not sensitive data
NEXT_PUBLIC_APP_FID = ''
NEXT_PUBLIC_SUPABASE_URL = ''
NEXT_PUBLIC_SUPABASE_ANON_KEY = ''
NEXT_PUBLIC_PRIVY_API_KEY = ''
NEXT_PUBLIC_ALCHEMY_API_KEY = '' # Also used for the Nouns Home fidget RPC fallback
# Zora API Key (server-side only) - Required for Zora Coins fidget
# Get from https://zora.co/settings/developer
ZORA_API_KEY=''
# Optional: used for Directory fidget (ERC20 + NFT holders)
NEXT_PUBLIC_MORALIS_API_KEY = ''
# Nouns Home fidget (optional overrides)
# NOUNS_RPC_URL = ''
# NOUNS_IMAGE_SOURCE = tokenURI
# NOUNS_SUBGRAPH_URL = 'https://api.goldsky.com/api/public/project_cldf2o9pqagp43svvbk5u3kmo/subgraphs/nouns/prod/gn'
ETHERSCAN_API_KEY = ''
BASESCAN_API_KEY = ''
CLANKER_API_KEY = ''
VENICE_API_KEY = ''
VENICE_API_BASE_URL = ''
NEXT_PUBLIC_IFRAMELY_API_KEY = ''
NEXT_PUBLIC_WS_SERVER_URL = ''
COINGECKO_API_KEY = ''
PINATA_JWT = ''
NEXT_PUBLIC_IMGBB_API_KEY = ''
IPFS_GATEWAY = ''
NEXT_PUBLIC_SEGMENT_WRITE_KEY = ''