-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathenv.example
More file actions
30 lines (26 loc) · 1.2 KB
/
env.example
File metadata and controls
30 lines (26 loc) · 1.2 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
# Shared/OnchainKit variables
NEXT_PUBLIC_ONCHAINKIT_PROJECT_NAME=Social Trivia
NEXT_PUBLIC_URL=http://localhost:3000
NEXT_PUBLIC_ICON_URL=http://localhost:3000/icon.png
NEXT_PUBLIC_ONCHAINKIT_API_KEY=your_onchainkit_api_key_here
# Frame metadata - Generate these by running `npx create-onchain --manifest` in your project directory
FARCASTER_HEADER=
FARCASTER_PAYLOAD=
FARCASTER_SIGNATURE=
NEXT_PUBLIC_APP_ICON=http://localhost:3000/icon.png
NEXT_PUBLIC_APP_SUBTITLE=Test your Web3 knowledge
NEXT_PUBLIC_APP_DESCRIPTION=Play trivia and save your score onchain
NEXT_PUBLIC_APP_SPLASH_IMAGE=http://localhost:3000/splash.png
NEXT_PUBLIC_SPLASH_BACKGROUND_COLOR=#1a1a1a
NEXT_PUBLIC_APP_PRIMARY_CATEGORY=game
NEXT_PUBLIC_APP_HERO_IMAGE=http://localhost:3000/hero.png
NEXT_PUBLIC_APP_TAGLINE=Social Trivia - Test Your Web3 Knowledge
NEXT_PUBLIC_APP_OG_TITLE=Social Trivia
NEXT_PUBLIC_APP_OG_DESCRIPTION=Play trivia and save your score onchain
NEXT_PUBLIC_APP_OG_IMAGE=http://localhost:3000/hero.png
# Paymaster URL (optional - enables gas-sponsored transactions)
NEXT_PUBLIC_PAYMASTER_URL=
# Redis config (optional - enables background notifications and webhooks)
# Get these from https://upstash.com
REDIS_URL=
REDIS_TOKEN=